From 853beae9c654abf6f2f287228ecc41f26573522f Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 8 Sep 2014 08:12:37 -0500 Subject: [PATCH] R-2.9.9 --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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