From c543921e7de1e319d9d3e425484d5a4d0794bb00 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Mon, 9 Jul 2018 16:43:09 +0200 Subject: [PATCH] waf-2.0.9 --- waf-light | 2 +- waflib/Context.py | 6 +++--- wscript | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/waf-light b/waf-light index 29040b21..d895b5be 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys, inspect -VERSION="2.0.8" +VERSION="2.0.9" REVISION="x" GIT="x" INSTALL="x" diff --git a/waflib/Context.py b/waflib/Context.py index 3222fb15..4e7a6333 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=0x2000800 +HEXVERSION=0x2000900 """Constant updated on new releases""" -WAFVERSION="2.0.8" +WAFVERSION="2.0.9" """Constant updated on new releases""" -WAFREVISION="f78fbc32bb355a3291c9b5f79bbe0c8dfe81282a" +WAFREVISION="8a950e7bca9a3a9b1ae62aae039ef76e2adc4177" """Git revision when the waf version is updated""" ABI = 20 diff --git a/wscript b/wscript index 3158f58d..e3567ef1 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.8" +VERSION="2.0.9" APPNAME='waf' REVISION=''