summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2017-11-10 14:59:39 +0100
committerJan Lehnardt <jan@apache.org>2017-11-10 14:59:39 +0100
commit909a7fc0c18e643e45429820ce039aa53f22f18b (patch)
tree385e51f96c1067926d1b7e58f59fa2d359ea6be1
parent93568c7759db4011d91daf194afb63f875cf6546 (diff)
downloadcouchdb-909a7fc0c18e643e45429820ce039aa53f22f18b.tar.gz
next release is 1.7.11.7.1-RC11.7.1
-rw-r--r--acinclude.m4.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
index f947920cb..8ab24cf63 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -18,7 +18,7 @@ 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], [7])
-m4_define([LOCAL_VERSION_REVISION], [0])
+m4_define([LOCAL_VERSION_REVISION], [1])
m4_define([LOCAL_VERSION_STAGE], [])
m4_define([LOCAL_VERSION_RELEASE], [])
m4_define([LOCAL_VERSION_PRIMARY],
@@ -27,4 +27,3 @@ m4_define([LOCAL_VERSION_SECONDARY],
[LOCAL_VERSION_STAGE[]LOCAL_VERSION_RELEASE])
m4_define([LOCAL_VERSION],
[LOCAL_VERSION_PRIMARY[]LOCAL_VERSION_SECONDARY])
-