waf-1.9.13

This commit is contained in:
Thomas Nagy 2017-08-02 19:46:33 +02:00
parent 66f1d5bc94
commit 24825b5575
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
3 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
VERSION="1.9.12"
VERSION="1.9.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=0x1090c00
HEXVERSION=0x1090d00
"""Constant updated on new releases"""
WAFVERSION="1.9.12"
WAFVERSION="1.9.13"
"""Constant updated on new releases"""
WAFREVISION="7641eac6c337687ada2e21655c0202345270cc22"
WAFREVISION="66f1d5bc9472557082b82aced1cbf6a9d6cd1a27"
"""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.12"
VERSION="1.9.13"
APPNAME='waf'
REVISION=''