From 18ab865e59eee83d8203bc9b609150c18a698057 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 26 Aug 2014 14:30:46 -0500 Subject: [PATCH] 2.9.6-beta --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f03c3693..611df01e 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ update: echo "remember that pymysql was tweaked" src: ### Use semantic versioning - echo 'Version 2.10.0-trunk+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.9.6-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 3b7bdd40..3db54d93 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.10.0-trunk+timestamp.2014.08.26.14.29.11 +Version 2.9.6-beta+timestamp.2014.08.26.14.30.42