From c9fa0b75b52b72b06760e90802571f681eecdfac Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sat, 25 May 2013 12:00:37 +0200 Subject: [PATCH] preparation for waf 1.7.11 --- 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 6299cd13..c269651c 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys -VERSION="1.7.10" +VERSION="1.7.11" REVISION="x" INSTALL="x" C1='x' diff --git a/waflib/Context.py b/waflib/Context.py index f6e98f30..2d9435e1 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=0x1070a00 +HEXVERSION=0x1070b00 """Constant updated on new releases""" -WAFVERSION="1.7.10" +WAFVERSION="1.7.11" """Constant updated on new releases""" -WAFREVISION="661a034d911e4379c9dfac604d7dfb086a8c4212" +WAFREVISION="50f631bc5e00bdda966c68094229b99be9a21084" """Constant updated on new releases""" ABI = 98 diff --git a/wscript b/wscript index 039843eb..70ce5023 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.7.10" +VERSION="1.7.11" APPNAME='waf' REVISION=''