From 04e1b65ecbf247d2dde9a833e3c4b845ccbdc317 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 29 Jul 2018 13:24:16 +0200 Subject: [PATCH] waf-2.0.10 --- ChangeLog | 6 ++++++ waf-light | 2 +- waflib/Context.py | 6 +++--- wscript | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8001b4f3..d22c2edf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +NEW IN WAF 2.0.10 +----------------- +* Add a task semaphore system +* Fix --help when no wscript is supplied #2184 +* Fix Fortran processing with generated Fortran files + NEW IN WAF 2.0.9 ---------------- * Add dependencies on scriptlet outputs diff --git a/waf-light b/waf-light index d895b5be..3836c9e4 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys, inspect -VERSION="2.0.9" +VERSION="2.0.10" REVISION="x" GIT="x" INSTALL="x" diff --git a/waflib/Context.py b/waflib/Context.py index 62715505..aeb651ca 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=0x2000900 +HEXVERSION=0x2000a00 """Constant updated on new releases""" -WAFVERSION="2.0.9" +WAFVERSION="2.0.10" """Constant updated on new releases""" -WAFREVISION="8a950e7bca9a3a9b1ae62aae039ef76e2adc4177" +WAFREVISION="31a5fa38292b9bd9fd3283ce5b1b401662e19a10" """Git revision when the waf version is updated""" ABI = 20 diff --git a/wscript b/wscript index e3567ef1..66e9b958 100644 --- a/wscript +++ b/wscript @@ -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.9" +VERSION="2.0.10" APPNAME='waf' REVISION=''