2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-24 10:49:42 +01:00

waf-1.9.1

This commit is contained in:
Thomas Nagy 2016-07-03 09:51:45 +02:00
parent 0189850710
commit 1fa2e6f7e1
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
4 changed files with 7 additions and 5 deletions

View File

@ -2,6 +2,8 @@ NEW IN WAF 1.9.1
----------------
* Execute proceses with run_regular_process when arguments are not serializable #1764
* Do not de-duplicate configuration flags assigned through uselib_store (conf.check tests)
* Let the documentation scripts generate SVG outputs
NEW IN WAF 1.9.0
----------------

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
VERSION="1.9.0"
VERSION="1.9.1"
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=0x1090000
HEXVERSION=0x1090100
"""Constant updated on new releases"""
WAFVERSION="1.9.0"
WAFVERSION="1.9.1"
"""Constant updated on new releases"""
WAFREVISION="ff1be31ec41bd29f4d8d1e40c9061055d14f7f20"
WAFREVISION="01898507103a0952e277d2afb9d98993482251ed"
"""Git revision when the waf version is updated"""
ABI = 99

View File

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