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/eeb31cbb Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/eeb31cbb Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/eeb31cbb Branch: refs/heads/1.6.x Commit: eeb31cbbd93c1c1879aa1b6509ac6c71e12b6dcb Parents: 1ad8b50 Author: Dave Cottlehuber <[email protected]> Authored: Thu Aug 14 00:53:30 2014 +0200 Committer: Dave Cottlehuber <[email protected]> Committed: Thu Aug 14 01:09:39 2014 +0200 ---------------------------------------------------------------------- acinclude.m4.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/eeb31cbb/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],
