From 6d19d4211d343f6ac213232ad5fa55e541a027ff Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Thu, 13 Apr 2017 19:46:52 +0200 Subject: [PATCH] Waf 1.9.10 preparation --- 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 fee07960..ee6c43a7 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys, inspect -VERSION="1.9.9" +VERSION="1.9.10" REVISION="x" GIT="x" INSTALL="x" diff --git a/waflib/Context.py b/waflib/Context.py index 0e87d08f..4f9dbb60 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=0x1090900 +HEXVERSION=0x1090a00 """Constant updated on new releases""" -WAFVERSION="1.9.9" +WAFVERSION="1.9.10" """Constant updated on new releases""" -WAFREVISION="389f3f3b289f6b835a21ad4e128076cdb463d34d" +WAFREVISION="ae3f254315e0dcea4059703987148882ba414894" """Git revision when the waf version is updated""" ABI = 99 diff --git a/wscript b/wscript index 0dfb2807..b1b3db26 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.9" +VERSION="1.9.10" APPNAME='waf' REVISION=''