X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..0e74909dd1a16f3d50cf954fdfe13541f9c23f38:/wxPython/distrib/build.py diff --git a/wxPython/distrib/build.py b/wxPython/distrib/build.py index d23a664a1a..3e64e9f736 100755 --- a/wxPython/distrib/build.py +++ b/wxPython/distrib/build.py @@ -120,8 +120,8 @@ 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. -major_version = '2.1' -build_version = '16' +major_version = '2.2' +build_version = '0' __version__ = major_version + '.' + build_version