mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-21 17:35:55 +01:00
waf-2.0.8
This commit is contained in:
parent
f78fbc32bb
commit
656a30d364
@ -1,3 +1,11 @@
|
||||
NEW IN WAF 2.0.8
|
||||
----------------
|
||||
* Improve Windows console encoding outputs on Python 3.6 and Japanese code page #2163
|
||||
* Improve msvc detection on Python 3.6 and Japanese code page #2155
|
||||
* Improve moc/rcc flag parsing with msvc #2169
|
||||
* Improve Eclipse project generation #2166 #2165 #2164 #2149 #2145
|
||||
* Improve Boost project detection on dpkg-based systems #2146
|
||||
|
||||
NEW IN WAF 2.0.7
|
||||
----------------
|
||||
* Apply priorities to dynamically-generated tasks #2137
|
||||
|
@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import os, sys, inspect
|
||||
|
||||
VERSION="2.0.7"
|
||||
VERSION="2.0.8"
|
||||
REVISION="x"
|
||||
GIT="x"
|
||||
INSTALL="x"
|
||||
|
@ -11,13 +11,13 @@ from waflib import Utils, Errors, Logs
|
||||
import waflib.Node
|
||||
|
||||
# the following 3 constants are updated on each new release (do not touch)
|
||||
HEXVERSION=0x2000700
|
||||
HEXVERSION=0x2000800
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFVERSION="2.0.7"
|
||||
WAFVERSION="2.0.8"
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFREVISION="a4b0b675cfa969c0a32aae6afe0463082bd4c173"
|
||||
WAFREVISION="f78fbc32bb355a3291c9b5f79bbe0c8dfe81282a"
|
||||
"""Git revision when the waf version is updated"""
|
||||
|
||||
ABI = 20
|
||||
|
Loading…
Reference in New Issue
Block a user