summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2015-04-06 23:12:04 +0200
committerJan Lehnardt <jan@apache.org>2015-06-24 23:06:50 +0200
commit7f101574c39b450f976f87898259cf87274fac66 (patch)
tree24ec6493f61729bf72500e43710590fbfaf336e6
parent41e31ef96fa70fbb3dbe64d161a8828a8eb219dc (diff)
downloadcouchdb-7f101574c39b450f976f87898259cf87274fac66.tar.gz
inse correct version
-rwxr-xr-xbuild-aux/couchdb-build-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/couchdb-build-release.sh b/build-aux/couchdb-build-release.sh
index a0cae08fa..b914e45ef 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