You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/02/03 23:01:10 UTC

[2/2] git commit: removed alpha version

removed alpha version


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

Branch: refs/heads/1.2.x
Commit: 506deab47bcfdeb1837aa56da2e08de530b543f4
Parents: c7765f6
Author: Noah Slater <ns...@apache.org>
Authored: Fri Feb 3 22:00:10 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Fri Feb 3 22:00:10 2012 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/506deab4/acinclude.m4.in
----------------------------------------------------------------------
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 20849d6..19d51ac 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], [2])
 m4_define([LOCAL_VERSION_REVISION], [0])
-m4_define([LOCAL_VERSION_STAGE], [a])
-m4_define([LOCAL_VERSION_RELEASE], [-%release%])
+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],