From 0fc60eedfb61c5e3c58ad5402f1ef5ab69151222 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 24 May 2013 12:37:43 -0500 Subject: [PATCH] R-2.7.4 --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index adde6ea1..66639ef1 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ update: echo "remember that pymysql was tweaked" src: ### Use semantic versioning - echo 'Version 2.4.6-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.4.7-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 5c9eaead..53be5cc3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.6-stable+timestamp.2013.05.24.11.43.37 +Version 2.4.7-stable+timestamp.2013.05.24.12.36.46