diff --git a/Makefile b/Makefile index ee7ecd03..a9136fa9 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ app: mv ../web2py_osx/web2py_osx.zip . win: echo 'did you uncomment import_all in gluon/main.py?' - python2.5 -c 'import compileall; compileall.compile_dir("gluon/")' + python2.7 -c 'import compileall; compileall.compile_dir("gluon/")' find gluon -path '*.pyc' -exec cp {} ../web2py_win/library/{} \; cd ../web2py_win/library/; unzip ../library.zip cd ../web2py_win/library/; zip -r ../library.zip * diff --git a/VERSION b/VERSION index c6610881..ad37fc5c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-07-25 21:12:30) dev +Version 2.00.0 (2012-07-26 05:43:41) dev