diff options
author | Robert Newson <rnewson@apache.org> | 2011-05-17 11:14:47 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2011-05-17 11:14:47 +0000 |
commit | 0670ae37c8af16014c71b15a0a4752e62b9dd9dd (patch) | |
tree | 786689afd34fdbd506bf1dd0e53b3de54de011d3 | |
parent | b4c90cde821ae1940622435b9f0e964a1e9f002e (diff) |
remove alpha tag.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1104148 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | acinclude.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in index 253831be..e1efe10c 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -19,7 +19,7 @@ m4_define([LOCAL_BUG_URI], [https://issues.apache.org/jira/browse/COUCHDB]) m4_define([LOCAL_VERSION_MAJOR], [1]) m4_define([LOCAL_VERSION_MINOR], [1]) m4_define([LOCAL_VERSION_REVISION], [0]) -m4_define([LOCAL_VERSION_STAGE], [a]) +m4_define([LOCAL_VERSION_STAGE], []) m4_define([LOCAL_VERSION_RELEASE], [%release%]) m4_define([LOCAL_VERSION_PRIMARY], [LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION]) |