Skip to content

Commit

Permalink
Merge pull request #174 from an-tao/dev
Browse files Browse the repository at this point in the history
Change version to 1.0.0.beta1
  • Loading branch information
an-tao authored Jun 11, 2019
2 parents 20b2471 + b550d00 commit bfe7600
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion get_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trantor
Submodule trantor updated 1 files
+10 −0 ChangeLog.md

0 comments on commit bfe7600

Please sign in to comment.