Add -git to version string.

This commit is contained in:
Arnaud Cornet 2008-01-09 20:18:48 +01:00
parent 985c75a38b
commit 60e50d56c6
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@ echo "See ../$prefix.tar.gz"
if [ -n "$release" ]
then
echo '#define BIP_VERSION "'$release'-git"' > src/version.h
git tag release-$release
git commit -a -m "Add -git to version string."
fi

View File

@ -1 +1 @@
#define BIP_VERSION "0.7.0-RC0"
#define BIP_VERSION "0.7.0-RC0-git"