From d1094e7b0cefc974eb6cdce6ee366dd6f3ba9c68 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 19 Mar 2016 17:16:01 -0500 Subject: [PATCH] 2.14.1.beta --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c1c52395..b5b6a707 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ update: echo "remember that pymysql was tweaked" src: ### Use semantic versioning - echo 'Version 2.13.4-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.14.1-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 d4c9e5ca..1c3e676b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.13.4-stable+timestamp.2016.02.10.15.41.11 +Version 2.14.1-beta+timestamp.2016.03.19.17.15.25