mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Update to sip 4.16.7 final
This commit is contained in:
8
build.py
8
build.py
@@ -59,11 +59,11 @@ wxICON = 'docs/sphinx/_static/images/sphinxdocs/mondrian.png'
|
||||
|
||||
# Some tools will be downloaded for the builds. These are the versions and
|
||||
# MD5s of the tool binaries currently in use.
|
||||
sipCurrentVersion = '4.16.7-snapshot-bd92aad3cf7d' # '4.14.7' #
|
||||
sipCurrentVersion = '4.16.7'
|
||||
sipMD5 = {
|
||||
'darwin' : 'eb1ecdd8806fed1b68487e182ef32b77',
|
||||
'win32' : '29138fbcc5f3343b06eabf6764793945',
|
||||
'linux' : 'bb78a5330221f37feadb590d5bde8c2c',
|
||||
'darwin' : '29874bb82327e556554e3ca8ddf8fa16',
|
||||
'win32' : 'd19030b397034742694a6d229f056ad0',
|
||||
'linux' : '6f70956abd8f837b1d55dc5cfa9f6201',
|
||||
}
|
||||
|
||||
wafCurrentVersion = '1.7.15-p1'
|
||||
|
||||
@@ -55,7 +55,7 @@ extern "C" {
|
||||
* Define the SIP version number.
|
||||
*/
|
||||
#define SIP_VERSION 0x041007
|
||||
#define SIP_VERSION_STR "4.16.7-snapshot-bd92aad3cf7d"
|
||||
#define SIP_VERSION_STR "4.16.7"
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user