New release 1.7.6

This commit is contained in:
Thomas Nagy 2012-11-11 22:44:11 +01:00
parent 96e3676951
commit 704f85f131
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.5"
VERSION="1.7.6"
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=0x1070500
HEXVERSION=0x1070600
"""Constant updated on new releases"""
WAFVERSION="1.7.5"
WAFVERSION="1.7.6"
"""Constant updated on new releases"""
WAFREVISION="90157ca97deb241023d15a16bab6f36e718191fd"
WAFREVISION="96e3676951305cd761e7f8b8c9c432ae7252c071"
"""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.5"
VERSION="1.7.6"
APPNAME='waf'
REVISION=''