summaryrefslogtreecommitdiff
path: root/acinclude.m4.in
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-02-12 18:47:06 +0000
committerJan Lehnardt <jan@apache.org>2009-02-12 18:47:06 +0000
commitda592618240eb9b8c165905f1d9ab4c4a3665b02 (patch)
treeb78857ab06492f43ee53ca504b0fcbd7e2492f4e /acinclude.m4.in
parent604fd8f4bb95fbf9cb42ff33e094db3ba1f690ab (diff)
Remove -incubator suffix from release artifacts.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@743833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4.in')
-rw-r--r--acinclude.m4.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 49ecaef9..efab554c 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -21,11 +21,10 @@ 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])
m4_define([LOCAL_VERSION_PRIMARY],
[LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION])
m4_define([LOCAL_VERSION_SECONDARY],
- [LOCAL_VERSION_STAGE[]LOCAL_VERSION_RELEASE-LOCAL_VERSION_STATUS])
+ [LOCAL_VERSION_STAGE[]LOCAL_VERSION_RELEASE])
m4_define([LOCAL_VERSION],
[LOCAL_VERSION_PRIMARY[]LOCAL_VERSION_SECONDARY])