From f7afb93828a81d676fd726f5bda10e99ac6fac8a Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Sat, 7 Jun 2008 17:21:57 +0000 Subject: changed version number and package tarname git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@664367 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS | 4 ++-- acinclude.m4.in | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 7d11fbb1..543ffba4 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.3