Repository: couchdb Updated Branches: refs/heads/1.6.x 4290bab82 -> 59e4bdace (forced update)
build: set version for 1.6.1 release Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ce57300b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ce57300b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ce57300b Branch: refs/heads/1.6.x Commit: ce57300b562f11ba74dd0eb0e110e30e4510f602 Parents: d1bc0a9 Author: Dave Cottlehuber <[email protected]> Authored: Thu Aug 14 00:53:30 2014 +0200 Committer: Dave Cottlehuber <[email protected]> Committed: Mon Aug 18 12:56:59 2014 +0200 ---------------------------------------------------------------------- acinclude.m4.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ce57300b/acinclude.m4.in ---------------------------------------------------------------------- diff --git a/acinclude.m4.in b/acinclude.m4.in index 9f0b3f4..ef4e8a6 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -18,7 +18,7 @@ m4_define([LOCAL_PACKAGE_NAME], [Apache CouchDB]) m4_define([LOCAL_BUG_URI], [https://issues.apache.org/jira/browse/COUCHDB]) m4_define([LOCAL_VERSION_MAJOR], [1]) m4_define([LOCAL_VERSION_MINOR], [6]) -m4_define([LOCAL_VERSION_REVISION], [0]) +m4_define([LOCAL_VERSION_REVISION], [1]) m4_define([LOCAL_VERSION_STAGE], []) m4_define([LOCAL_VERSION_RELEASE], []) m4_define([LOCAL_VERSION_PRIMARY],
