waf 1.9.3

This commit is contained in:
Thomas Nagy 2016-08-21 15:35:44 +02:00
parent d31398c4a3
commit e169da4227
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
4 changed files with 9 additions and 7 deletions

View File

@ -1,8 +1,10 @@
NEW IN WAF 1.9.3
----------------
* Parallel configuration tests enhancements (conf.multicheck)
* Parallel configuration tests enhancements (conf.multicheck) #1793
* Fortran Nag compiler detection fix #1797
* Qt 5.7 detection of -std=c++11 #1800
* Boost python detection on Gentoo #1802
* Updated examples for stripping executables
* Qt 5.7 detection of -std=c++11
NEW IN WAF 1.9.2
----------------

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
VERSION="1.9.2"
VERSION="1.9.3"
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=0x1090200
HEXVERSION=0x1090300
"""Constant updated on new releases"""
WAFVERSION="1.9.2"
WAFVERSION="1.9.3"
"""Constant updated on new releases"""
WAFREVISION="a76388b63298b4b621c2c89373a8cd4a7e761454"
WAFREVISION="d31398c4a3e8b8f055821d3db6cf6d2ef1b09a40"
"""Git revision when the waf version is updated"""
ABI = 99

View File

@ -9,7 +9,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path:
./waf-light --tools=compat15,/comp/waf/aba.py --prelude=$'\tfrom waflib.extras import aba\n\taba.foo()'
"""
VERSION="1.9.2"
VERSION="1.9.3"
APPNAME='waf'
REVISION=''