mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
waf-2.0.10
This commit is contained in:
parent
31a5fa3829
commit
04e1b65ecb
@ -1,3 +1,9 @@
|
|||||||
|
NEW IN WAF 2.0.10
|
||||||
|
-----------------
|
||||||
|
* Add a task semaphore system
|
||||||
|
* Fix --help when no wscript is supplied #2184
|
||||||
|
* Fix Fortran processing with generated Fortran files
|
||||||
|
|
||||||
NEW IN WAF 2.0.9
|
NEW IN WAF 2.0.9
|
||||||
----------------
|
----------------
|
||||||
* Add dependencies on scriptlet outputs
|
* Add dependencies on scriptlet outputs
|
||||||
|
@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
import os, sys, inspect
|
import os, sys, inspect
|
||||||
|
|
||||||
VERSION="2.0.9"
|
VERSION="2.0.10"
|
||||||
REVISION="x"
|
REVISION="x"
|
||||||
GIT="x"
|
GIT="x"
|
||||||
INSTALL="x"
|
INSTALL="x"
|
||||||
|
@ -11,13 +11,13 @@ from waflib import Utils, Errors, Logs
|
|||||||
import waflib.Node
|
import waflib.Node
|
||||||
|
|
||||||
# the following 3 constants are updated on each new release (do not touch)
|
# the following 3 constants are updated on each new release (do not touch)
|
||||||
HEXVERSION=0x2000900
|
HEXVERSION=0x2000a00
|
||||||
"""Constant updated on new releases"""
|
"""Constant updated on new releases"""
|
||||||
|
|
||||||
WAFVERSION="2.0.9"
|
WAFVERSION="2.0.10"
|
||||||
"""Constant updated on new releases"""
|
"""Constant updated on new releases"""
|
||||||
|
|
||||||
WAFREVISION="8a950e7bca9a3a9b1ae62aae039ef76e2adc4177"
|
WAFREVISION="31a5fa38292b9bd9fd3283ce5b1b401662e19a10"
|
||||||
"""Git revision when the waf version is updated"""
|
"""Git revision when the waf version is updated"""
|
||||||
|
|
||||||
ABI = 20
|
ABI = 20
|
||||||
|
Loading…
Reference in New Issue
Block a user