waf-2.0.9

This commit is contained in:
Thomas Nagy 2018-07-09 16:43:09 +02:00
parent 8a950e7bca
commit c543921e7d
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="2.0.8"
VERSION="2.0.9"
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=0x2000800
HEXVERSION=0x2000900
"""Constant updated on new releases"""
WAFVERSION="2.0.8"
WAFVERSION="2.0.9"
"""Constant updated on new releases"""
WAFREVISION="f78fbc32bb355a3291c9b5f79bbe0c8dfe81282a"
WAFREVISION="8a950e7bca9a3a9b1ae62aae039ef76e2adc4177"
"""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.8"
VERSION="2.0.9"
APPNAME='waf'
REVISION=''