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=''