Merge pull request #65 from an-tao/dev

Change version to 0.9.27
This commit is contained in:
An Tao 2019-03-02 10:49:13 +08:00 committed by GitHub
commit e5cce2e2c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 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.26.$GIT_VER\"" > ${TMP_FILE}
echo "#define VERSION \"0.9.27.$GIT_VER\"" > ${TMP_FILE}
echo "#define VERSION_MD5 \"$MD5\"" >> ${TMP_FILE}
if [ ! -f $1 ];then
mv -f ${TMP_FILE} $1

@ -1 +1 @@
Subproject commit 52d757bbc85ac7f6c4118b9b675813e92cb8e8e0
Subproject commit 0f7642fee3ce937a647e55ac0c3c37f27ad28311