removed alpha version
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/506deab4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/506deab4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/506deab4 Branch: refs/heads/1.2.x Commit: 506deab47bcfdeb1837aa56da2e08de530b543f4 Parents: c7765f6 Author: Noah Slater <[email protected]> Authored: Fri Feb 3 22:00:10 2012 +0000 Committer: Noah Slater <[email protected]> Committed: Fri Feb 3 22:00:10 2012 +0000 ---------------------------------------------------------------------- acinclude.m4.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/506deab4/acinclude.m4.in ---------------------------------------------------------------------- diff --git a/acinclude.m4.in b/acinclude.m4.in index 20849d6..19d51ac 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], [2]) m4_define([LOCAL_VERSION_REVISION], [0]) -m4_define([LOCAL_VERSION_STAGE], [a]) -m4_define([LOCAL_VERSION_RELEASE], [-%release%]) +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],
