This commit is contained in:
mdipierro
2017-07-19 01:21:48 -05:00
parent fb4c114d85
commit 0a013e3edc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ update:
echo "remember that pymysql was tweaked"
src:
### Use semantic versioning
echo 'Version 2.15.1-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.15.2-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
### rm -f all junk files
make clean
### clean up baisc apps
+1 -1
View File
@@ -1 +1 @@
Version 2.15.1-stable+timestamp.2017.07.10.16.17.24
Version 2.15.2-stable+timestamp.2017.07.19.01.21.31