diff --git a/Makefile b/Makefile index 44c105ff..987c0f4c 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.3 ('`date +%Y-%m-%d\ %H:%M:%S`') stable' > VERSION + echo 'Version 1.99.4 ('`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 c28cfc9a..42db087f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.3 (2011-12-13 15:31:01) stable +Version 1.99.4 (2011-12-14 08:38:37) stable