preparation for waf 1.7.11

This commit is contained in:
Thomas Nagy 2013-05-25 12:00:37 +02:00
parent 50f631bc5e
commit c9fa0b75b5
3 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys
VERSION="1.7.10"
VERSION="1.7.11"
REVISION="x"
INSTALL="x"
C1='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=0x1070a00
HEXVERSION=0x1070b00
"""Constant updated on new releases"""
WAFVERSION="1.7.10"
WAFVERSION="1.7.11"
"""Constant updated on new releases"""
WAFREVISION="661a034d911e4379c9dfac604d7dfb086a8c4212"
WAFREVISION="50f631bc5e00bdda966c68094229b99be9a21084"
"""Constant updated on new releases"""
ABI = 98

View File

@ -10,7 +10,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path:
"""
VERSION="1.7.10"
VERSION="1.7.11"
APPNAME='waf'
REVISION=''