2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-20 15:30:59 +01:00

New release 1.7.8

This commit is contained in:
Thomas Nagy 2012-12-17 18:08:43 +01:00
parent 8c566d1a42
commit 0e243e4212
4 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
NEW IN WAF 1.7.8
----------------
* Fixed a configuration issue in the visual studio compiler (regression #1239)
NEW IN WAF 1.7.7
----------------
* XLC and XLF detection fixes #1230

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys
VERSION="1.7.7"
VERSION="1.7.8"
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=0x1070700
HEXVERSION=0x1070800
"""Constant updated on new releases"""
WAFVERSION="1.7.7"
WAFVERSION="1.7.8"
"""Constant updated on new releases"""
WAFREVISION="c0575b852890d22d4e06a74e41d28340f9f2d124"
WAFREVISION="8c566d1a427701af46e32bd943d9aead35a0cc07"
"""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.7"
VERSION="1.7.8"
APPNAME='waf'
REVISION=''