diff options
author | Noah Slater <nslater@apache.org> | 2009-09-28 23:59:09 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-09-28 23:59:09 +0000 |
commit | dd9ce40538ed48aeff0c54a0bf6ebe1b4bc2633e (patch) | |
tree | 8aa465737cc0a0bb68deb8c56fa1f828568c1aa8 | |
parent | 79d27d0a2c8afc3e387fe2ba4c49ec3b3601ccaf (diff) |
bumped trunk to beta
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819775 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 dbdda816..3d854750 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], [0]) m4_define([LOCAL_VERSION_MINOR], [11]) m4_define([LOCAL_VERSION_REVISION], [0]) -m4_define([LOCAL_VERSION_STAGE], [a]) +m4_define([LOCAL_VERSION_STAGE], [b]) m4_define([LOCAL_VERSION_RELEASE], [%release%]) m4_define([LOCAL_VERSION_PRIMARY], [LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION]) |