]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/distrib/build.py
code cleanup
[wxWidgets.git] / utils / wxPython / distrib / build.py
index 3ff35d745d02b1615e632e48da0b28ec2b4b9a0f..b020b9b621e42601f21b82100a61edbdfdb05314 100755 (executable)
@@ -119,7 +119,7 @@ import sys, os, string, getopt
 # This is really the wxPython version number, and will be placed in the
 # Makefiles for use with the distribution related targets.
 
-__version__ = '2.1.5'
+__version__ = '2.1.11'
 
 #----------------------------------------------------------------------------