From 4e704ca6f7f6e349a8e66ea883fef98c7d94e342 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 10 Jul 2017 16:18:35 -0500 Subject: [PATCH] R-2.15.1 --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2789538b..cdeccc9f 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ update: echo "remember that pymysql was tweaked" src: ### Use semantic versioning - echo 'Version 2.16.0-beta2+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.15.1-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 aa6d4d11..e09d99a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.16.0-beta2+timestamp.2017.07.10.03.22.43 +Version 2.15.1-stable+timestamp.2017.07.10.16.17.24