waf 1.7.15

This commit is contained in:
Thomas Nagy 2014-01-14 20:14:35 +01:00
parent acb3b406a4
commit e055513883
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,13 @@
NEW IN WAF 1.7.15
-----------------
* Fix for tex.py in python3
* Optimizations in mem_reducer.py
* Fixes for the windows console in ansiterm.py
* Fixes for C++ compilers in gccdeps.py
* Xcode generator include fixes #1388
* Fortran scanner improvements #1389
* Configuration tests with several libraries at once in a string #1390
NEW IN WAF 1.7.14
-----------------
* Fixes for Python 3.3 and 3.4

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys
VERSION="1.7.14"
VERSION="1.7.15"
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=0x1070e00
HEXVERSION=0x1070f00
"""Constant updated on new releases"""
WAFVERSION="1.7.14"
WAFVERSION="1.7.15"
"""Constant updated on new releases"""
WAFREVISION="5c289a931a61c30b6abd81f782002af922917ed4"
WAFREVISION="acb3b406a4d1a6302153f29a274a67a4dc722887"
"""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.14"
VERSION="1.7.15"
APPNAME='waf'
REVISION=''