From edcc2e44dc8de9f2cb7c123535ffde26295c31c9 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 18 Aug 2015 19:15:01 -0500 Subject: [PATCH] R-2.12.3 --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f5428067..7e3a9db1 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ update: echo "remember that pymysql was tweaked" src: ### Use semantic versioning - echo 'Version 2.12.2-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.12.3-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 db8f725b..f88a8f6a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.12.2-stable+timestamp.2015.08.09.09.27.09 +Version 2.12.3-stable+timestamp.2015.08.18.19.14.07