You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/22 07:29:26 UTC

[09/50] couchdb commit: updated refs/heads/developer-preview-2.0 to 2a31bca

inse correct version


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

Branch: refs/heads/developer-preview-2.0
Commit: 7f101574c39b450f976f87898259cf87274fac66
Parents: 41e31ef
Author: Jan Lehnardt <ja...@apache.org>
Authored: Mon Apr 6 23:12:04 2015 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jun 24 23:06:50 2015 +0200

----------------------------------------------------------------------
 build-aux/couchdb-build-release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/7f101574/build-aux/couchdb-build-release.sh
----------------------------------------------------------------------
diff --git a/build-aux/couchdb-build-release.sh b/build-aux/couchdb-build-release.sh
index a0cae08..b914e45 100755
--- a/build-aux/couchdb-build-release.sh
+++ b/build-aux/couchdb-build-release.sh
@@ -33,7 +33,7 @@ cd ..
 
 # update version
 # actual version detection TBD
-perl -pi -e 's/\{vsn, git\}/\{vsn, "version"\}/' $RELDIR/src/*/src/*.app.src
+perl -pi -e "s/\{vsn, git\}/\{vsn, \"$VERSION\"\}/" $RELDIR/src/*/src/*.app.src
 
 # create THANKS file
 if test -e .git; then