You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dj...@apache.org on 2013/09/04 09:33:23 UTC

git commit: updated refs/heads/master to 125d06c

Updated Branches:
  refs/heads/master ae17b8c3a -> 125d06cdc


Update minor version number for next release


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/125d06cd
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/125d06cd
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/125d06cd

Branch: refs/heads/master
Commit: 125d06cdcb2e7b81ae8dc950f5aa5c38aa996d00
Parents: ae17b8c
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Wed Sep 4 09:32:54 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Wed Sep 4 09:32:54 2013 +0200

----------------------------------------------------------------------
 acinclude.m4.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/125d06cd/acinclude.m4.in
----------------------------------------------------------------------
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 6423cfc..cdd931f 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -17,7 +17,7 @@ m4_define([LOCAL_PACKAGE_TARNAME], [apache-couchdb])
 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], [4])
+m4_define([LOCAL_VERSION_MINOR], [5])
 m4_define([LOCAL_VERSION_REVISION], [0])
 m4_define([LOCAL_VERSION_STAGE], [+build])
 m4_define([LOCAL_VERSION_RELEASE], [.%revision%])