Increase the minor version number

This commit is contained in:
antao 2018-09-08 21:41:56 +08:00
parent 5ba3e83728
commit 4a4b26f92a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
GIT_VER=`git log|grep commit|wc -l|sed -e "s/^ *//"`
MD5=`git log|head -1|awk '{printf $2}'`
TMP_FILE=/tmp/version
echo "#define VERSION \"0.9.0.$GIT_VER\"" > $TMP_FILE
echo "#define VERSION \"0.9.1.$GIT_VER\"" > $TMP_FILE
echo "#define VERSION_MD5 \"$MD5\"" >> $TMP_FILE
if [ ! -f $1 ];then
mv -f $TMP_FILE $1