You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2011/10/31 12:59:23 UTC

git commit: Unfreeze 1.1.1, start 1.1.2a (just imagine that this happen four commits ago)

Updated Branches:
  refs/heads/1.1.x 7e1f0b54e -> 871c2a91f


Unfreeze 1.1.1, start 1.1.2a (just imagine that this happen four commits ago)


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

Branch: refs/heads/1.1.x
Commit: 871c2a91f12f6023d3aa449fade2abeaaf093c6f
Parents: 7e1f0b5
Author: Robert Newson <rn...@apache.org>
Authored: Mon Oct 31 11:56:52 2011 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Mon Oct 31 11:56:52 2011 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/871c2a91/acinclude.m4.in
----------------------------------------------------------------------
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 8466b56..ca7b8fb 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -18,8 +18,8 @@ m4_define([LOCAL_PACKAGE_NAME], [Apache CouchDB])
 m4_define([LOCAL_BUG_URI], [https://issues.apache.org/jira/browse/COUCHDB])
 m4_define([LOCAL_VERSION_MAJOR], [1])
 m4_define([LOCAL_VERSION_MINOR], [1])
-m4_define([LOCAL_VERSION_REVISION], [1])
-m4_define([LOCAL_VERSION_STAGE], [])
+m4_define([LOCAL_VERSION_REVISION], [2])
+m4_define([LOCAL_VERSION_STAGE], [a])
 m4_define([LOCAL_VERSION_RELEASE], [%release%])
 m4_define([LOCAL_VERSION_PRIMARY],
     [LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION])