Add -git to version string.
This commit is contained in:
parent
985c75a38b
commit
60e50d56c6
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
#define BIP_VERSION "0.7.0-RC0"
|
||||
#define BIP_VERSION "0.7.0-RC0-git"
|
||||
|
Loading…
x
Reference in New Issue
Block a user