From 432cd4deb9f636cd79176c84c7c106382d49c8ad Mon Sep 17 00:00:00 2001 From: antao Date: Wed, 19 Dec 2018 16:03:45 +0800 Subject: [PATCH] Change the verstion to 0.9.10 --- get_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_version.sh b/get_version.sh index 523ee4ba..5e93f621 100755 --- a/get_version.sh +++ b/get_version.sh @@ -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.9.$GIT_VER\"" > ${TMP_FILE} +echo "#define VERSION \"0.9.10.$GIT_VER\"" > ${TMP_FILE} echo "#define VERSION_MD5 \"$MD5\"" >> ${TMP_FILE} if [ ! -f $1 ];then mv -f ${TMP_FILE} $1