You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dj...@apache.org on 2013/08/07 17:12:51 UTC

git commit: updated refs/heads/1.4.x to af7ed0c

Updated Branches:
  refs/heads/1.4.x 365f7b950 -> af7ed0c06


Prepare for release: remove staging/release tags.


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

Branch: refs/heads/1.4.x
Commit: af7ed0c06bec37d5509473896076265459514356
Parents: 365f7b9
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Wed Aug 7 17:12:40 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Wed Aug 7 17:12:40 2013 +0200

----------------------------------------------------------------------
 acinclude.m4.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/af7ed0c0/acinclude.m4.in
----------------------------------------------------------------------
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 6423cfc..c569eac 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -19,8 +19,8 @@ m4_define([LOCAL_BUG_URI], [https://issues.apache.org/jira/browse/COUCHDB])
 m4_define([LOCAL_VERSION_MAJOR], [1])
 m4_define([LOCAL_VERSION_MINOR], [4])
 m4_define([LOCAL_VERSION_REVISION], [0])
-m4_define([LOCAL_VERSION_STAGE], [+build])
-m4_define([LOCAL_VERSION_RELEASE], [.%revision%])
+m4_define([LOCAL_VERSION_STAGE], [])
+m4_define([LOCAL_VERSION_RELEASE], [])
 m4_define([LOCAL_VERSION_PRIMARY],
     [LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION])
 m4_define([LOCAL_VERSION_SECONDARY],