]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
emphasize that result of wxGetWorkingDirectory() must be delete[]d
[wxWidgets.git] / wxPython / setup.py
index cd5aac2069a8d02100d99e524f45f1c7bbaa1f7b..e554d4c4394a251711feaac218e7688184b0a7dc 100755 (executable)
@@ -15,7 +15,7 @@ from distutils.command.install_data import install_data
 
 VER_MAJOR        = 2      # The first three must match wxWindows
 VER_MINOR        = 5
-VER_RELEASE      = 0
+VER_RELEASE      = 1
 VER_SUBREL       = 0      # wxPython release num for x.y.z release of wxWindows
 VER_FLAGS        = "p1"   # release flags, such as prerelease num, unicode, etc.