Change version to 1.0.0.beta1

This commit is contained in:
antao 2019-06-11 12:52:47 +08:00
parent 20b247146e
commit b550d001d3
3 changed files with 12 additions and 2 deletions

10
ChangeLog.md Normal file
View File

@ -0,0 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.0.0-beta1] - 2019-06-11
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta1...HEAD
[1.0.0-beta1]: https://github.com/an-tao/drogon/releases/tag/v1.0.0-beta1

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.35.$GIT_VER\"" > ${TMP_FILE}
echo "#define VERSION \"1.0.0.beta1.$GIT_VER\"" > ${TMP_FILE}
echo "#define VERSION_MD5 \"$MD5\"" >> ${TMP_FILE}
if [ ! -f $1 ];then
mv -f ${TMP_FILE} $1

@ -1 +1 @@
Subproject commit f8b4452d5e9b11930bca8cb9cc0f46d3c5b0af5b
Subproject commit 64f731912b474d56063bd658690713ae2f2a999f