2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-21 17:35:55 +01:00

waf-2.0.5

This commit is contained in:
Thomas Nagy 2018-02-10 20:50:13 +01:00
parent 102b85a466
commit 6b99cbfce2
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
NEW IN WAF 2.0.5
----------------
* Force unit tests to depend on the executable creation time besides file contents
* Enhance the Eclipse project generator
* Update the cuda examples
NEW IN WAF 2.0.4
----------------
* Enable more advanced warnings of ant_glob on build folders in verbose mode

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
VERSION="2.0.4"
VERSION="2.0.5"
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=0x2000400
HEXVERSION=0x2000500
"""Constant updated on new releases"""
WAFVERSION="2.0.4"
WAFVERSION="2.0.5"
"""Constant updated on new releases"""
WAFREVISION="5996879673deb7166b61a299be317a738de6891e"
WAFREVISION="deacb94c933307caa33e29717d232e8687ee12e0"
"""Git revision when the waf version is updated"""
ABI = 20

View File

@ -11,7 +11,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path:
from __future__ import with_statement
VERSION="2.0.4"
VERSION="2.0.5"
APPNAME='waf'
REVISION=''