diff options
author | Jan Lehnardt <jan@apache.org> | 2015-04-06 23:12:04 +0200 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2015-06-24 23:06:50 +0200 |
commit | 7f101574c39b450f976f87898259cf87274fac66 (patch) | |
tree | 24ec6493f61729bf72500e43710590fbfaf336e6 | |
parent | 41e31ef96fa70fbb3dbe64d161a8828a8eb219dc (diff) | |
download | couchdb-7f101574c39b450f976f87898259cf87274fac66.tar.gz |
inse correct version
-rwxr-xr-x | build-aux/couchdb-build-release.sh | 2 |
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 |