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 18DFB200B8C for ; Mon, 12 Sep 2016 21:59:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 17691160AB8; Mon, 12 Sep 2016 19:59:50 +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 84F54160AB2 for ; Mon, 12 Sep 2016 21:59:49 +0200 (CEST) Received: (qmail 94056 invoked by uid 500); 12 Sep 2016 19:59:48 -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 94047 invoked by uid 99); 12 Sep 2016 19:59:48 -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; Mon, 12 Sep 2016 19:59:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8F2D7DFD9F; Mon, 12 Sep 2016 19:59:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wohali@apache.org To: commits@couchdb.apache.org Message-Id: <8c7e4b67be60438da51466bfbbf32b14@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: couchdb commit: updated refs/heads/2.0.x to ef3c678 Date: Mon, 12 Sep 2016 19:59:48 +0000 (UTC) archived-at: Mon, 12 Sep 2016 19:59:50 -0000 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 Authored: Mon Sep 12 15:59:42 2016 -0400 Committer: Joan Touzet 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=