From f2e44f96d6a089a3a95272920d9a369f22a4aa91 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 14 Dec 2012 09:22:09 -0600 Subject: [PATCH] R-2.3.1 --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 00df2d0b..086eb1c5 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ update: wget -O gluon/contrib/simplejsonrpc.py http://rad2py.googlecode.com/hg/ide2py/simplejsonrpc.py echo "remember that pymysql was tweaked" src: - echo 'Version 2.3.0 ('`date +%Y-%m-%d\ %H:%M:%S`') rc2' > VERSION + echo 'Version 2.3.1 ('`date +%Y-%m-%d\ %H:%M:%S`') stable' > VERSION ### rm -f all junk files make clean ### clean up baisc apps diff --git a/VERSION b/VERSION index b001ca32..29d2ebd3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.3.0 (2012-12-14 09:20:11) rc2 +Version 2.3.1 (2012-12-14 09:21:31) stable