Change the version to 0.9.13

This commit is contained in:
antao 2019-01-13 10:43:32 +08:00
parent ffbf244b73
commit 6d03ea4f2b
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.12.$GIT_VER\"" > ${TMP_FILE}
echo "#define VERSION \"0.9.13.$GIT_VER\"" > ${TMP_FILE}
echo "#define VERSION_MD5 \"$MD5\"" >> ${TMP_FILE}
if [ ! -f $1 ];then
mv -f ${TMP_FILE} $1