2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

waf 1.8.14

This commit is contained in:
Thomas Nagy 2015-09-20 12:18:01 +02:00
parent ce8234c396
commit cf92a7bd24
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
4 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
NEW IN WAF 1.8.14
-----------------
* Fixed the Visual Studio detection on Python 3 when --msvc_lazy_autodetect is not provided
* Fixed the Visual Studio detection on Python 3 when --msvc_lazy_autodetect is not provided (regression)
* Enable vala processing on a folder basis with the vala_dir parameter - #1601
* Enable vala resource processing - #1626
* Documentation update - #1605
* Minor documentation updates - #1605
NEW IN WAF 1.8.13
-----------------

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
VERSION="1.8.13"
VERSION="1.8.14"
REVISION="x"
GIT="x"
INSTALL="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=0x1080d00
HEXVERSION=0x1080e00
"""Constant updated on new releases"""
WAFVERSION="1.8.13"
WAFVERSION="1.8.14"
"""Constant updated on new releases"""
WAFREVISION="002706431d0a177fddafa8413a9321b3041e4bdc"
WAFREVISION="ce8234c396bb246a20ea9f51594ee051d5b378e7"
"""Git revision when the waf version is updated"""
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.8.13"
VERSION="1.8.14"
APPNAME='waf'
REVISION=''