From 39056a6ba5520dadb8d0c4a2c34d1692c6941db3 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 26 Jun 2016 13:45:21 +0200 Subject: [PATCH] waf 1.9 --- waflib/Context.py | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/waflib/Context.py b/waflib/Context.py index 17820bc1..3b43ef65 100644 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -17,7 +17,7 @@ HEXVERSION=0x1090000 WAFVERSION="1.9.0" """Constant updated on new releases""" -WAFREVISION="d3471d61719af77656f944536e270731dc408fa7" +WAFREVISION="ff1be31ec41bd29f4d8d1e40c9061055d14f7f20" """Git revision when the waf version is updated""" ABI = 99 diff --git a/wscript b/wscript index 29be8305..701a4732 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.0' +VERSION="1.9.0" APPNAME='waf' REVISION=''