* Switch to Py2.7 for the default Python to build with.

* Print wx.version() from the tests to help ensure we're using the version of wxPython we thing we are.
* Set the sub-release number to a larger value to help keep it separate from classic wxPython.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-09-06 16:28:59 +00:00
parent 5e89a9606d
commit 849e0427fc
5 changed files with 7 additions and 5 deletions

4
b
View File

@@ -2,8 +2,8 @@
##set -o xtrace
PYVER=2.6
PYVER2=26
PYVER=2.7
PYVER2=27
if [ "$OSTYPE" = "cygwin" ]; then
$TOOLS/python$PYVER2/python.exe -u build.py "$@"