summaryrefslogtreecommitdiff
path: root/acinclude.m4.in
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-08-15 21:58:23 +0000
committerNoah Slater <nslater@apache.org>2008-08-15 21:58:23 +0000
commit2d61f9bee72353bba1deb549abe87ba7ec4d0652 (patch)
treed82c2048bb9c21b7db912c44378de2ce8b0a5578 /acinclude.m4.in
parentabbbf5d5dbb2306580ccfc3789146cc92038abff (diff)
correct development version
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@686385 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4.in')
-rw-r--r--acinclude.m4.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 0616d64b..49ecaef9 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], [8])
-m4_define([LOCAL_VERSION_REVISION], [2])
+m4_define([LOCAL_VERSION_MINOR], [9])
+m4_define([LOCAL_VERSION_REVISION], [0])
m4_define([LOCAL_VERSION_STAGE], [a])
m4_define([LOCAL_VERSION_RELEASE], [%release%])
m4_define([LOCAL_VERSION_STATUS], [incubating])