From e169da4227ddd9f6e0c031fd6b1e263a2ef839be Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 21 Aug 2016 15:35:44 +0200 Subject: [PATCH] waf 1.9.3 --- ChangeLog | 6 ++++-- waf-light | 2 +- waflib/Context.py | 6 +++--- wscript | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 175031ef..30192db2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ---------------- diff --git a/waf-light b/waf-light index 0606f4e0..827709ad 100755 --- a/waf-light +++ b/waf-light @@ -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" diff --git a/waflib/Context.py b/waflib/Context.py index fc82ffaf..87c71117 100644 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -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 diff --git a/wscript b/wscript index 533c96c0..5e5a5034 100644 --- a/wscript +++ b/wscript @@ -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=''