diff --git a/ChangeLog b/ChangeLog index 2ce0324d..1f125a40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ -NEW IN WAF 2.0.0 (preview 1) +NEW IN WAF 2.0.0 (preview 2) ---------------------------- * Provide a new priority system to improve scalability on complex builds * Provide TaskGroup objects to improve scalability on complex builds * Force new files into the build directory by default (use Node objects to bypass) -* Built-in support for building over UNC paths +* Provide built-in support for building over UNC paths * Simplify the Task class hierarchy; TaskBase is removed * Display commands as string with "WAF_CMD_FORMAT=string waf build -v" * New ant_glob(..., generator=True) now returns a Python generator diff --git a/waflib/Context.py b/waflib/Context.py index 46a6590c..69a602d6 100644 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -17,7 +17,7 @@ HEXVERSION=0x2000000 WAFVERSION="2.0.0" """Constant updated on new releases""" -WAFREVISION="c142062d69aaeabf26b5f1ea8e113e15dd3b055f" +WAFREVISION="3cee7b36f04b13bcd255ea314ad7797246c8725b" """Git revision when the waf version is updated""" ABI = 99