forked from bip/bip
1
0
Fork 0

Fixup for release script.

This commit is contained in:
Arnaud Cornet 2008-01-09 23:31:22 +01:00
parent 7aae8ed180
commit 1ea9f51539
1 changed files with 2 additions and 1 deletions

View File

@ -11,8 +11,9 @@ release="$1"
if [ -n "$release" ]
then
git log > ChangeLog
echo '#define BIP_VERSION "'$release'"' > src/version.h
git commit -a -m "Update src/version.h for release."
git commit -a -m "Update src/version.h and Changelog for release."
git tag release-$release
prefix=bip-$release
else