From 8a20930acd3df268fc6775073dd5680d14e579f5 Mon Sep 17 00:00:00 2001 From: Massimo DiPierro Date: Fri, 11 May 2012 21:56:17 -0500 Subject: [PATCH] added comment in Makefile --- Makefile | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5269e6e0..97967812 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,11 @@ epydoc: epydoc --config epydoc.conf cp applications/examples/static/title.png applications/examples/static/epydoc tests: - cd gluon/tests; ./test.sh 1>tests.log 2>&1 + python web2py.py --run_system_tests 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 + echo "remember that pymysql was tweaked" src: echo 'Version 2.00.0 ('`date +%Y-%m-%d\ %H:%M:%S`') dev' > VERSION ### rm -f all junk files diff --git a/VERSION b/VERSION index ecf270e7..2af211eb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-05-11 21:52:21) dev +Version 2.00.0 (2012-05-11 21:56:14) dev