diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | acinclude.m4.in | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -5,6 +5,11 @@ For details on backwards incompatible changes between releases, please see: http://wiki.apache.org/couchdb/BreakingChanges +Version 0.9.0-incubating +------------------------ + +This release is still under development. + Version 0.8.0-incubating ------------------------ diff --git a/acinclude.m4.in b/acinclude.m4.in index 58c0e281..49ecaef9 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -17,9 +17,9 @@ m4_define([LOCAL_PACKAGE_TARNAME], [apache-couchdb]) m4_define([LOCAL_PACKAGE_NAME], [Apache CouchDB]) m4_define([LOCAL_VERSION_MAJOR], [0]) -m4_define([LOCAL_VERSION_MINOR], [8]) +m4_define([LOCAL_VERSION_MINOR], [9]) m4_define([LOCAL_VERSION_REVISION], [0]) -m4_define([LOCAL_VERSION_STAGE], []) +m4_define([LOCAL_VERSION_STAGE], [a]) m4_define([LOCAL_VERSION_RELEASE], [%release%]) m4_define([LOCAL_VERSION_STATUS], [incubating]) m4_define([LOCAL_VERSION_PRIMARY], |