From 171f94b9ea356d85b27b4aacbecfbfd51cf0ce47 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 30 Aug 2012 15:38:41 -0500 Subject: [PATCH] R-2.0.3 --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7e7c9920..71419c7c 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.0.2 ('`date +%Y-%m-%d\ %H:%M:%S`') stable' > VERSION + echo 'Version 2.0.3 ('`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 2a46c438..fb1d7594 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.2 (2012-08-30 15:36:33) stable +Version 2.0.3 (2012-08-30 15:38:37) stable