From 9b302033ab66ea8a1d9892a4d88082ae04f00d66 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Fri, 2 Mar 2012 10:17:30 -0600 Subject: [PATCH] 1.99.6 --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5c8778af..fdeda3bf 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ update: wget -O gluon/contrib/feedparser.py http://feedparser.googlecode.com/svn/trunk/feedparser/feedparser.py wget -O gluon/contrib/simplejsonrpc.py http://rad2py.googlecode.com/hg/ide2py/simplejsonrpc.py src: - echo 'Version 1.99.5 ('`date +%Y-%m-%d\ %H:%M:%S`') stable' > VERSION + echo 'Version 1.99.6 ('`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 7b2a0df5..2c864488 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.5 (2012-03-02 10:11:16) stable +Version 1.99.6 (2012-03-02 10:17:26) stable