Updated Branches: refs/heads/1.5.x 7fb151d02 -> 044c60fd0
Update version on 1.5.x Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/044c60fd Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/044c60fd Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/044c60fd Branch: refs/heads/1.5.x Commit: 044c60fd0aa62b1ea2da3edc08048582d3ee7c6d Parents: 7fb151d Author: Dirkjan Ochtman <[email protected]> Authored: Thu Nov 7 22:06:21 2013 +0100 Committer: Dirkjan Ochtman <[email protected]> Committed: Thu Nov 7 22:06:21 2013 +0100 ---------------------------------------------------------------------- acinclude.m4.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/044c60fd/acinclude.m4.in ---------------------------------------------------------------------- diff --git a/acinclude.m4.in b/acinclude.m4.in index a8a1900..b8f9a95 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -18,9 +18,9 @@ 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], [5]) -m4_define([LOCAL_VERSION_REVISION], [0]) -m4_define([LOCAL_VERSION_STAGE], []) -m4_define([LOCAL_VERSION_RELEASE], []) +m4_define([LOCAL_VERSION_REVISION], [1]) +m4_define([LOCAL_VERSION_STAGE], [+build]) +m4_define([LOCAL_VERSION_RELEASE], [.%revision%]) m4_define([LOCAL_VERSION_PRIMARY], [LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION]) m4_define([LOCAL_VERSION_SECONDARY],
