From 353ffefa21e6f8795469d118d8059aa16ef49109 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 23 Dec 2018 12:12:15 +0100 Subject: [PATCH] waf-2.0.14 --- 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 10b1cd47..5f4b30af 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys, inspect -VERSION="2.0.13" +VERSION="2.0.14" REVISION="x" GIT="x" INSTALL="x" diff --git a/waflib/Context.py b/waflib/Context.py index fce04790..ffe197e4 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=0x2000d00 +HEXVERSION=0x2000e00 """Constant updated on new releases""" -WAFVERSION="2.0.13" +WAFVERSION="2.0.14" """Constant updated on new releases""" -WAFREVISION="1607738e97e9453f5d5c7c911ba7dfdc0d4ddc2a" +WAFREVISION="907519cab9c1c8c7e4f7d4e468ed6200b9250d58" """Git revision when the waf version is updated""" ABI = 20 diff --git a/wscript b/wscript index f02913cc..18bb365f 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.13" +VERSION="2.0.14" APPNAME='waf' REVISION=''