]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/build.py
no changes, testing cvs logging
[wxWidgets.git] / wxPython / distrib / build.py
index d23a664a1a608de2595eca8f4551e0a80ac98d9c..3e64e9f736a067557a4f6299f98db111e8e2e609 100755 (executable)
@@ -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