diff options
| author | Noah Slater <nslater@apache.org> | 2008-06-07 17:21:57 +0000 | 
|---|---|---|
| committer | Noah Slater <nslater@apache.org> | 2008-06-07 17:21:57 +0000 | 
| commit | f7afb93828a81d676fd726f5bda10e99ac6fac8a (patch) | |
| tree | fdfc59fbad08f04fc706dfc0877cb8d98e047936 | |
| parent | 2f0794162b68ca55cc5210f6fb66f1c40999f926 (diff) | |
changed version number and package tarname
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@664367 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | acinclude.m4.in | 11 | 
2 files changed, 8 insertions, 7 deletions
@@ -5,8 +5,8 @@ For details on backwards incompatible changes between releases, please see:    http://wiki.apache.org/couchdb/BreakingChanges -Version 0.8.0 -------------- +Version 0.8.0-incubating +------------------------  Released under the patronage of the Apache Software Foundation Incubator. diff --git a/acinclude.m4.in b/acinclude.m4.in index 8872f5a3..beafe3e4 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -12,18 +12,19 @@ dnl under the License.  m4_define([LOCAL_PACKAGE_AUTHOR_NAME], [Damien Katz])  m4_define([LOCAL_PACKAGE_AUTHOR_ADDRESS], [damien@apache.org]) -m4_define([LOCAL_PACKAGE_IDENTIFIER], [couchdb]) +m4_define([LOCAL_PACKAGE_IDENTIFIER], [apache-couchdb])  m4_define([LOCAL_PACKAGE_NAME], [Apache CouchDB])  m4_define([LOCAL_VERSION_MAJOR], [0]) -m4_define([LOCAL_VERSION_MINOR], [7]) -m4_define([LOCAL_VERSION_REVISION], [3]) -m4_define([LOCAL_VERSION_STAGE], [a]) +m4_define([LOCAL_VERSION_MINOR], [8]) +m4_define([LOCAL_VERSION_REVISION], [0]) +m4_define([LOCAL_VERSION_STAGE], [])  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_STAGE[]LOCAL_VERSION_RELEASE-LOCAL_VERSION_STATUS])  m4_define([LOCAL_VERSION],      [LOCAL_VERSION_PRIMARY[]LOCAL_VERSION_SECONDARY])  | 
