diff --git a/waf-light b/waf-light index 309cbb9b..6a567499 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys, inspect -VERSION="2.0.5" +VERSION="2.0.6" REVISION="x" GIT="x" INSTALL="x" diff --git a/waflib/Context.py b/waflib/Context.py index 7784d0f5..9183d506 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=0x2000500 +HEXVERSION=0x2000600 """Constant updated on new releases""" -WAFVERSION="2.0.5" +WAFVERSION="2.0.6" """Constant updated on new releases""" -WAFREVISION="deacb94c933307caa33e29717d232e8687ee12e0" +WAFREVISION="ae907a859e7eb64f527afc2b7be3a9409647c3d4" """Git revision when the waf version is updated""" ABI = 20 diff --git a/wscript b/wscript index 7d2ceb5d..50057c40 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.5" +VERSION="2.0.6" APPNAME='waf' REVISION=''