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/06/03 13:30:25 UTC

svn commit: r1130997 - in /couchdb/branches/1.1.x: CHANGES NEWS acinclude.m4.in

Author: rnewson
Date: Fri Jun  3 11:30:24 2011
New Revision: 1130997

URL: http://svn.apache.org/viewvc?rev=1130997&view=rev
Log:
unfreeze 1.1.x - prep for 1.1.1

Modified:
    couchdb/branches/1.1.x/CHANGES
    couchdb/branches/1.1.x/NEWS
    couchdb/branches/1.1.x/acinclude.m4.in

Modified: couchdb/branches/1.1.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/CHANGES?rev=1130997&r1=1130996&r2=1130997&view=diff
==============================================================================
--- couchdb/branches/1.1.x/CHANGES (original)
+++ couchdb/branches/1.1.x/CHANGES Fri Jun  3 11:30:24 2011
@@ -1,6 +1,11 @@
 Apache CouchDB CHANGES
 ======================
 
+Version 1.1.1
+-------------
+
+This version has not been released yet.
+
 Version 1.1.0
 -------------
 

Modified: couchdb/branches/1.1.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/NEWS?rev=1130997&r1=1130996&r2=1130997&view=diff
==============================================================================
--- couchdb/branches/1.1.x/NEWS (original)
+++ couchdb/branches/1.1.x/NEWS Fri Jun  3 11:30:24 2011
@@ -7,6 +7,11 @@ For details about backwards incompatible
 
 Each release section notes when backwards incompatible changes have been made.
 
+Version 1.1.1
+-------------
+
+This version has not been released yet.
+
 Version 1.1.0
 -------------
 

Modified: couchdb/branches/1.1.x/acinclude.m4.in
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/acinclude.m4.in?rev=1130997&r1=1130996&r2=1130997&view=diff
==============================================================================
--- couchdb/branches/1.1.x/acinclude.m4.in (original)
+++ couchdb/branches/1.1.x/acinclude.m4.in Fri Jun  3 11:30:24 2011
@@ -18,8 +18,8 @@ m4_define([LOCAL_PACKAGE_NAME], [Apache 
 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], [0])
-m4_define([LOCAL_VERSION_STAGE], [])
+m4_define([LOCAL_VERSION_REVISION], [1])
+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])