]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/distrib/build.py
wxFloatbar fixes
[wxWidgets.git] / utils / wxPython / distrib / build.py
index 7c168a5c71bc9828da374505f413e2a1e53b2a26..234d5a8caedd14f23e4422bbac8b9e65c7413d6e 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.6'
+__version__ = '2.1.12'
 
 #----------------------------------------------------------------------------