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:
parent
102b85a466
commit
6b99cbfce2
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user