diff --git a/Makefile b/Makefile index b36ed79f..fb0a6590 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ update: echo "remember that pymysql was tweaked" src: ### Use semantic versioning - echo 'Version 2.9.11-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.10.0-beta+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 6beaa723..6126c887 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.9.11-stable+timestamp.2014.09.15.18.31.17 +Version 2.10.0-beta+timestamp.2014.09.24.13.35.58