summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@apache.org>2013-08-23 16:37:06 +0200
committerDirkjan Ochtman <djc@apache.org>2013-08-23 16:37:06 +0200
commit06266f57449539c7c79de75c066365122ec10e08 (patch)
treee4704d35ccaf776c5a88fe5dc2d4a66a664af294
parent2a0a4c3f2156da67a815cabb9c8225fbd71bdbfa (diff)
downloadcouchdb-06266f57449539c7c79de75c066365122ec10e08.tar.gz
Prepare for release: remove staging/release tags.
-rw-r--r--acinclude.m4.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 6423cfcba..c569eac4e 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -19,8 +19,8 @@ m4_define([LOCAL_BUG_URI], [https://issues.apache.org/jira/browse/COUCHDB])
m4_define([LOCAL_VERSION_MAJOR], [1])
m4_define([LOCAL_VERSION_MINOR], [4])
m4_define([LOCAL_VERSION_REVISION], [0])
-m4_define([LOCAL_VERSION_STAGE], [+build])
-m4_define([LOCAL_VERSION_RELEASE], [.%revision%])
+m4_define([LOCAL_VERSION_STAGE], [])
+m4_define([LOCAL_VERSION_RELEASE], [])
m4_define([LOCAL_VERSION_PRIMARY],
[LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION])
m4_define([LOCAL_VERSION_SECONDARY],