diff --git a/waf-light b/waf-light index d6fbc6fd..dbe1a0e6 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys, inspect -VERSION="1.9.5" +VERSION="2.0.0" REVISION="x" GIT="x" INSTALL="x" diff --git a/waflib/Context.py b/waflib/Context.py index cd60c8b6..3194b678 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=0x1090500 +HEXVERSION=0x2000000 """Constant updated on new releases""" -WAFVERSION="1.9.5" +WAFVERSION="2.0.0" """Constant updated on new releases""" -WAFREVISION="d5628f1ee6dfc59eae92cf4d0c20baac5e233599" +WAFREVISION="c142062d69aaeabf26b5f1ea8e113e15dd3b055f" """Git revision when the waf version is updated""" ABI = 99 diff --git a/wscript b/wscript index de3adfb6..72cfa7ae 100644 --- a/wscript +++ b/wscript @@ -9,7 +9,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path: ./waf-light --tools=compat15,/comp/waf/aba.py --prelude=$'\tfrom waflib.extras import aba\n\taba.foo()' """ -VERSION="1.9.5" +VERSION="2.0.0" APPNAME='waf' REVISION=''