]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/autobuild.py
added QueryRawValue() to wxRegKey and test code for it in the sample
[wxWidgets.git] / wxPython / distrib / autobuild.py
index e6a303fbabd69fc72b3d60cdb0b85a41267413c9..706f00dc1bd9e9ee90511348b625349bce0f423c 100755 (executable)
@@ -7,8 +7,8 @@ cwd = os.getcwd()
 
 logfile = 'c:\\temp\\autobuild.log'
 WXDIR   = os.environ['WXWIN']
-dllVer  = '21_16'
-wxpVer  = '2.1.16'
+dllVer  = '22_0'
+wxpVer  = '2.2.0'
 dateSt  = time.strftime("%Y%m%d", time.localtime(time.time()))
 
 base = os.path.split(sys.argv[0])[0]