Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3D346200B7D for ; Sat, 10 Sep 2016 10:22:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3BCD9160ABE; Sat, 10 Sep 2016 08:22:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ABF34160AB2 for ; Sat, 10 Sep 2016 10:22:52 +0200 (CEST) Received: (qmail 10759 invoked by uid 500); 10 Sep 2016 08:22:51 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 10750 invoked by uid 99); 10 Sep 2016 08:22:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Sep 2016 08:22:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C6992E0105; Sat, 10 Sep 2016 08:22:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org Message-Id: <4ccb4b367ae84fc38b8d4495b9ec24cf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: couchdb commit: updated refs/heads/2.0.x to 72f1032 Date: Sat, 10 Sep 2016 08:22:51 +0000 (UTC) archived-at: Sat, 10 Sep 2016 08:22:53 -0000 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 Authored: Sat Sep 10 10:22:35 2016 +0200 Committer: Jan Lehnardt 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=