You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2016/09/12 19:59:48 UTC

couchdb commit: updated refs/heads/2.0.x to ef3c678

Repository: couchdb
Updated Branches:
  refs/heads/2.0.x 66120aca4 -> ef3c678d4


Remove version suffix from Windows build


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ef3c678d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ef3c678d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ef3c678d

Branch: refs/heads/2.0.x
Commit: ef3c678d4e133d6ba0d266c864130f2416c260ba
Parents: 66120ac
Author: Joan Touzet <wo...@atypical.net>
Authored: Mon Sep 12 15:59:42 2016 -0400
Committer: Joan Touzet <wo...@atypical.net>
Committed: Mon Sep 12 15:59:42 2016 -0400

----------------------------------------------------------------------
 Makefile.win | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ef3c678d/Makefile.win
----------------------------------------------------------------------
diff --git a/Makefile.win b/Makefile.win
index 168b2ff..1c2b05f 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -19,7 +19,7 @@ COUCHDB_VERSION_SUFFIX = -$(shell git rev-parse --short --verify HEAD)
 else
 COUCHDB_VERSION_SUFFIX = 
 endif
-COUCHDB_VERSION = $(vsn_major).$(vsn_minor).$(vsn_patch)$(COUCHDB_VERSION_SUFFIX)
+COUCHDB_VERSION = $(vsn_major).$(vsn_minor).$(vsn_patch)
 
 DESTDIR=