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/10/03 21:55:42 UTC

git commit: updated refs/heads/1.5.x to de04eb7

Updated Branches:
  refs/heads/1.5.x [created] de04eb763


Empty STAGE/RELEASE identifiers.


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

Branch: refs/heads/1.5.x
Commit: de04eb763ae9b694583ca8b5b7c837a533e57c9d
Parents: eb137e3
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Thu Oct 3 21:55:14 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Thu Oct 3 21:55:14 2013 +0200

----------------------------------------------------------------------
 acinclude.m4.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/de04eb76/acinclude.m4.in
----------------------------------------------------------------------
diff --git a/acinclude.m4.in b/acinclude.m4.in
index cdd931f..a8a1900 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -19,8 +19,8 @@ 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], [+build])
-m4_define([LOCAL_VERSION_RELEASE], [.%revision%])
+m4_define([LOCAL_VERSION_STAGE], [])
+m4_define([LOCAL_VERSION_RELEASE], [])
 m4_define([LOCAL_VERSION_PRIMARY],
     [LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION])
 m4_define([LOCAL_VERSION_SECONDARY],