]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/distrib/build.py
Fixed a deadlock problem when using threads
[wxWidgets.git] / utils / wxPython / distrib / build.py
index 3ff35d745d02b1615e632e48da0b28ec2b4b9a0f..7c168a5c71bc9828da374505f413e2a1e53b2a26 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.6'
 
 #----------------------------------------------------------------------------