Repository: couchdb Updated Branches: refs/heads/2.0.x bab04dd43 -> 72f103267
fix: properly remove git hash from tarball Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/72f10326 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/72f10326 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/72f10326 Branch: refs/heads/2.0.x Commit: 72f103267fadaf7aff7ddf898840f1b9ccd761c0 Parents: bab04dd Author: Jan Lehnardt <j...@apache.org> Authored: Sat Sep 10 10:22:35 2016 +0200 Committer: Jan Lehnardt <j...@apache.org> Committed: Sat Sep 10 10:22:42 2016 +0200 ---------------------------------------------------------------------- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/72f10326/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 7a06d3b..e20805e 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ include version.mk REBAR?=$(shell echo `pwd`/bin/rebar) IN_RELEASE = $(shell if [ ! -d .git ]; then echo true; fi) -COUCHDB_VERSION_SUFFIX = "" #$(shell if [ -d .git ]; then echo '-`git rev-parse --short --verify HEAD`'; fi) -COUCHDB_VERSION = $(vsn_major).$(vsn_minor).$(vsn_patch)$(COUCHDB_VERSION_SUFFIX) +COUCHDB_VERSION_SUFFIX = $(shell if [ -d .git ]; then echo '-`git rev-parse --short --verify HEAD`'; fi) +COUCHDB_VERSION = $(vsn_major).$(vsn_minor).$(vsn_patch) DESTDIR=