From 8259f1c490e94d6e474bc684a2dddc167aaf7c24 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 19 Mar 2014 12:52:03 -0500 Subject: [PATCH] added warning --- Makefile | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a16cbc3b..5368f7fb 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ mdp: make win app: python2.7 -c 'import compileall; compileall.compile_dir("gluon/")' - rm ../web2py_osx/site-packages.zip + rm ../web2py_osx/site-packages.zip | echo "warning: no site-packages.zip" #python web2py.py -S welcome -R __exit__.py #cd ../web2py_osx/site-packages/; unzip ../site-packages.zip find gluon -path '*.pyc' -exec cp {} ../web2py_osx/site-packages/{} \; @@ -86,7 +86,7 @@ app: mv ../web2py_osx/web2py_osx.zip . win: python2.7 -c 'import compileall; compileall.compile_dir("gluon/")' - rm ../web2py_win/library.zip + rm ../web2py_win/library.zip | echo 'warning: no library.zip' #cd ../web2py_win/library/; unzip ../library.zip find gluon -path '*.pyc' -exec cp -R {} ../web2py_win/library/{} \; cd ../web2py_win/library/; zip -r ../library.zip * diff --git a/VERSION b/VERSION index a3d4b554..dabf4bc8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.9.5-stable+timestamp.2014.03.19.12.29.20 +Version 2.9.5-stable+timestamp.2014.03.19.12.50.29