waf-2.0.8

This commit is contained in:
Thomas Nagy 2018-05-22 23:07:04 +02:00
parent f78fbc32bb
commit 656a30d364
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
4 changed files with 13 additions and 5 deletions

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -11,7 +11,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path:
from __future__ import with_statement
VERSION="2.0.7"
VERSION="2.0.8"
APPNAME='waf'
REVISION=''