From b9ee4d4730570c03cf1d58cd8ee89a9db4e7a248 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 9 Aug 2015 09:27:42 -0500 Subject: [PATCH] R-2.12.2 --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f60f8414..f5428067 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ update: echo "remember that pymysql was tweaked" src: ### Use semantic versioning - echo 'Version 2.12.1-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.12.2-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 4065acf1..db8f725b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.12.1-stable+timestamp.2015.08.07.02.10.57 +Version 2.12.2-stable+timestamp.2015.08.09.09.27.09