From e414ad08fd0463aa888373669dcc06c9053aa2b3 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Tue, 10 Nov 2015 21:52:54 +0100 Subject: [PATCH] Version 1.8.17 --- 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 28512561..108d533c 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys, inspect -VERSION="1.8.16" +VERSION="1.8.17" REVISION="x" GIT="x" INSTALL="x" diff --git a/waflib/Context.py b/waflib/Context.py index 41d26578..b238636a 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=0x1081000 +HEXVERSION=0x1081100 """Constant updated on new releases""" -WAFVERSION="1.8.16" +WAFVERSION="1.8.17" """Constant updated on new releases""" -WAFREVISION="30336cd9ba1a1c47c52edf69967457afd7967978" +WAFREVISION="cd7579a727d1b390bf9cbf111c1b20e811370bc0" """Git revision when the waf version is updated""" ABI = 98 diff --git a/wscript b/wscript index 06fd510c..a77c6fe9 100644 --- a/wscript +++ b/wscript @@ -10,7 +10,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path: """ -VERSION="1.8.16" +VERSION="1.8.17" APPNAME='waf' REVISION=''