diff --git a/Makefile b/Makefile index 3f319bb5..9c6235b6 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ update: echo "remember that pymysql was tweaked" src: ### Use semantic versioning - echo 'Version 2.9.8-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.9.9-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION ### rm -f all junk files make clean ### clean up baisc apps diff --git a/VERSION b/VERSION index a5b3515a..db523a80 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.9.8-stable+timestamp.2014.09.08.08.10.53 +Version 2.9.9-stable+timestamp.2014.09.08.08.12.34