Skip to content

Commit

Permalink
Update to sip 4.16.7 final
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Mar 25, 2015
1 parent aecdd96 commit 9a73334
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@

# 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'
Expand Down
2 changes: 1 addition & 1 deletion sip/siplib/sip.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"


/*
Expand Down

0 comments on commit 9a73334

Please sign in to comment.