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:
parent
ce8234c396
commit
cf92a7bd24
@ -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
|
||||
-----------------
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user