waf-1.7.14

This commit is contained in:
Thomas Nagy 2013-12-18 23:28:58 +01:00
parent 5c289a931a
commit 88485f61bb
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +1,15 @@
NEW IN WAF 1.7.14
-----------------
* Fixes for Python 3.3 and 3.4
* Extra tool for memory reduction some large builds
* Fix for nasm trailing slashes #1379
* Fix for eclipse project generators #1377
* Qt5 tool
* Handle empty defines when pasting tokens
* Fix for syms.py on python3 #1361
* Swig fixes
* Doxygen recursive dependencies
NEW IN WAF 1.7.13
-----------------
* Fix for library installation on OpenBSD #1355

View File

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