changed version

This commit is contained in:
mdipierro
2015-04-20 18:02:17 -05:00
parent f8afc76263
commit f3bda9ad02
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.10.3-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.10.4-beta+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.10.4-beta+timestamp.2015.04.18.15.43.12
Version 2.10.4-beta+timestamp.2015.04.20.18.00.31