From 8ecec6f3bf6e7f9b57d2ccae527be59883b46e10 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 29 Oct 2011 06:01:40 +0000 Subject: [PATCH] Use a new version of SIP git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.py b/build.py index 2d2b6ab4..902c33a8 100755 --- a/build.py +++ b/build.py @@ -35,11 +35,11 @@ unstable_series = (version.VER_MINOR % 2) == 1 # is the minor version odd or ev isWindows = sys.platform.startswith('win') isDarwin = sys.platform == "darwin" -sipCurrentVersion = '4.12.5-snapshot-4eba42cb2457' +sipCurrentVersion = '4.13' sipCurrentVersionMD5 = { - 'darwin' : 'a055c7f4bf1e54b0f7ed5e9da0513f3f', - 'win32' : '54002e6de6292a035e5e2d97e1e850e9', - 'linux2' : '7aa3d26fbafb605dde389e6d800aeb8b', + 'darwin' : '21fa80375b9e825397fad2da9d0a0526', + 'win32' : 'b21b910d98411e64f552b1cd74dc5d86', + 'linux2' : 'fbab55f36f05dfbf31d4968ce187abb8', } toolsURL = 'http://wxpython.org/tools'