waf-2.0.13

This commit is contained in:
Thomas Nagy 2018-12-03 15:46:09 +01:00
parent 1607738e97
commit f70b5d062e
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
NEW IN WAF 2.0.13
-----------------
* Fix "broken revdeps" extra error message on certain build failures
* Avoid duplicate flags in Python configuration tests
* Find more Swig dependencies #2206
* Avoid spawning threads with -j1 on AIX systems
NEW IN WAF 2.0.12
-----------------
* Fix broken inheritance task trees #2194

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
VERSION="2.0.12"
VERSION="2.0.13"
REVISION="x"
GIT="x"
INSTALL="x"

View File

@ -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=0x2000c00
HEXVERSION=0x2000d00
"""Constant updated on new releases"""
WAFVERSION="2.0.12"
WAFVERSION="2.0.13"
"""Constant updated on new releases"""
WAFREVISION="54841218840ffa34fddf834680a5a17db69caa12"
WAFREVISION="1607738e97e9453f5d5c7c911ba7dfdc0d4ddc2a"
"""Git revision when the waf version is updated"""
ABI = 20

View File

@ -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.12"
VERSION="2.0.13"
APPNAME='waf'
REVISION=''