diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | acinclude.m4.in | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ For details on backwards incompatible changes between releases, please see: http://wiki.apache.org/couchdb/BreakingChanges -Version 0.9.0-incubating +Version 0.8.2-incubating ------------------------ This release is still under development. diff --git a/acinclude.m4.in b/acinclude.m4.in index 49ecaef9..0616d64b 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -17,8 +17,8 @@ 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], [9]) -m4_define([LOCAL_VERSION_REVISION], [0]) +m4_define([LOCAL_VERSION_MINOR], [8]) +m4_define([LOCAL_VERSION_REVISION], [2]) m4_define([LOCAL_VERSION_STAGE], [a]) m4_define([LOCAL_VERSION_RELEASE], [%release%]) m4_define([LOCAL_VERSION_STATUS], [incubating]) |