2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-21 17:35:55 +01:00

waf-2.0.6

This commit is contained in:
Thomas Nagy 2018-02-18 13:24:13 +01:00
parent ae907a859e
commit 459ddf50b6
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.5"
VERSION="2.0.6"
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=0x2000500
HEXVERSION=0x2000600
"""Constant updated on new releases"""
WAFVERSION="2.0.5"
WAFVERSION="2.0.6"
"""Constant updated on new releases"""
WAFREVISION="deacb94c933307caa33e29717d232e8687ee12e0"
WAFREVISION="ae907a859e7eb64f527afc2b7be3a9409647c3d4"
"""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.5"
VERSION="2.0.6"
APPNAME='waf'
REVISION=''