mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-26 03:39:53 +01:00
Waf 2.0.24
This commit is contained in:
parent
1af97c71f5
commit
15e04d7a7d
@ -1,3 +1,10 @@
|
||||
NEW IN WAF 2.0.24
|
||||
-----------------
|
||||
* Use EXT_SUFFIX config var over the deprecated/removed SO (Python 3.11 regression) #2386
|
||||
* When detecting Visual Studio compilers, prefer the oldest version regardless of compiler type #2352
|
||||
* Update the MacOS-specific examples #2337
|
||||
|
||||
|
||||
NEW IN WAF 2.0.23
|
||||
-----------------
|
||||
* Fix the Qt3D* libraries detection #2368
|
||||
|
@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import os, sys, inspect
|
||||
|
||||
VERSION="2.0.23"
|
||||
VERSION="2.0.24"
|
||||
REVISION="x"
|
||||
GIT="x"
|
||||
INSTALL="x"
|
||||
|
@ -18,13 +18,13 @@ else:
|
||||
import imp
|
||||
|
||||
# the following 3 constants are updated on each new release (do not touch)
|
||||
HEXVERSION=0x2001700
|
||||
HEXVERSION=0x2001800
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFVERSION="2.0.23"
|
||||
WAFVERSION="2.0.24"
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFREVISION="cc6b34cf555d354c34f554c41206134072588de7"
|
||||
WAFREVISION="1af97c71f5a6756abf36d0f78ed8fd551596d7cb"
|
||||
"""Git revision when the waf version is updated"""
|
||||
|
||||
WAFNAME="waf"
|
||||
|
Loading…
Reference in New Issue
Block a user