This commit is contained in:
mdipierro
2017-07-10 16:18:35 -05:00
parent 047ed786ac
commit 4e704ca6f7
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ update:
echo "remember that pymysql was tweaked"
src:
### Use semantic versioning
echo 'Version 2.16.0-beta2+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.15.1-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
### rm -f all junk files
make clean
### clean up baisc apps

View File

@@ -1 +1 @@
Version 2.16.0-beta2+timestamp.2017.07.10.03.22.43
Version 2.15.1-stable+timestamp.2017.07.10.16.17.24