fixed VERSION

This commit is contained in:
mdipierro
2015-03-31 15:15:48 -05:00
parent 70b0d67345
commit d088c622a7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ update:
echo "remember that pymysql was tweaked"
src:
### Use semantic versioning
echo 'Version 2.9.12-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.10.1-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.9.12-stable+timestamp.2015.02.13.23.31.09
Version 2.10.1-stable+timestamp.2015.03.31.15.15.31