From d088c622a7db3536a7c388a63fcc5f51491bb705 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 31 Mar 2015 15:15:48 -0500 Subject: [PATCH] fixed VERSION --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 280bfd7c..98067960 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/VERSION b/VERSION index a7a33f3a..2481dfe5 100644 --- a/VERSION +++ b/VERSION @@ -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