From f8786e5b6d288f421cd0a6ae3973d257d38d7585 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 31 Aug 2012 16:11:56 -0500 Subject: [PATCH] 2.0.5 --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f24006c1..ca1d0d22 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.4 ('`date +%Y-%m-%d\ %H:%M:%S`') stable' > VERSION + echo 'Version 2.0.5 ('`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 ada29361..871474c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.4 (2012-08-31 16:04:08) stable +Version 2.0.5 (2012-08-31 16:11:52) stable