X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d8bd15f997f3595f6390fcf6a61bd0bf53eedb2..b7e7242718abab356a303606612be6e34234ea59:/utils/wxPython/distrib/build.py?ds=sidebyside diff --git a/utils/wxPython/distrib/build.py b/utils/wxPython/distrib/build.py index 7c168a5c71..234d5a8cae 100755 --- a/utils/wxPython/distrib/build.py +++ b/utils/wxPython/distrib/build.py @@ -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' #----------------------------------------------------------------------------