mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Update to new SIP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
8
build.py
8
build.py
@@ -53,11 +53,11 @@ isDarwin = sys.platform == "darwin"
|
||||
|
||||
# Some tools will be downloaded for the builds. These are the versions and
|
||||
# MD5s of the tool binaries currently in use.
|
||||
sipCurrentVersion = '4.13.3-snapshot-377e9e4763f5'
|
||||
sipCurrentVersion = '4.13.4-snapshot-9b330b545c65'
|
||||
sipMD5 = {
|
||||
'darwin' : '23e22703cacf9110730c539d348e6e46',
|
||||
'win32' : '801c477ebe9e02e314e7e153e6ea7356',
|
||||
'linux2' : '07a1676641918106132bb64aa6517734',
|
||||
'darwin' : 'b76995b8a3c5b6f57f2b9d5a2c9f44cd',
|
||||
'win32' : '15d8a08cb6f26e38974ed37f1c671491',
|
||||
'linux2' : 'a7e72631a26024847f7c73dd74d5167f',
|
||||
}
|
||||
|
||||
wafCurrentVersion = '1.6.11'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* The implementation of the supprt for setting API versions.
|
||||
*
|
||||
* Copyright (c) 2011 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
* Copyright (c) 2012 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
*
|
||||
* This file is part of SIP.
|
||||
*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// This contains all the C++ code that is needed by the sip module.
|
||||
//
|
||||
// Copyright (c) 2011 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
// Copyright (c) 2012 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
//
|
||||
// This file is part of SIP.
|
||||
//
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* The implementation of the different descriptors.
|
||||
*
|
||||
* Copyright (c) 2011 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
* Copyright (c) 2012 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
*
|
||||
* This file is part of SIP.
|
||||
*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* This module implements a hash table class for mapping C/C++ addresses to the
|
||||
* corresponding wrapped Python object.
|
||||
*
|
||||
* Copyright (c) 2011 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
* Copyright (c) 2012 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
*
|
||||
* This file is part of SIP.
|
||||
*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* The SIP library code that implements the interface to the optional module
|
||||
* supplied Qt support.
|
||||
*
|
||||
* Copyright (c) 2011 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
* Copyright (c) 2012 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
*
|
||||
* This file is part of SIP.
|
||||
*
|
||||
|
||||
@@ -54,8 +54,8 @@ extern "C" {
|
||||
/*
|
||||
* Define the SIP version number.
|
||||
*/
|
||||
#define SIP_VERSION 0x040d03
|
||||
#define SIP_VERSION_STR "4.13.3-snapshot-377e9e4763f5"
|
||||
#define SIP_VERSION 0x040d04
|
||||
#define SIP_VERSION_STR "4.13.4-snapshot-9b330b545c65"
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* This file defines the SIP library internal interfaces.
|
||||
*
|
||||
* Copyright (c) 2011 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
* Copyright (c) 2012 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
*
|
||||
* This file is part of SIP.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* C++ classes that provide a thread interface to interact properly with the
|
||||
* Python threading infrastructure.
|
||||
*
|
||||
* Copyright (c) 2011 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
* Copyright (c) 2012 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
*
|
||||
* This file is part of SIP.
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* SIP library code.
|
||||
*
|
||||
* Copyright (c) 2011 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
* Copyright (c) 2012 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
*
|
||||
* This file is part of SIP.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user