mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
waf-2.0.6
This commit is contained in:
parent
ae907a859e
commit
459ddf50b6
@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
import os, sys, inspect
|
import os, sys, inspect
|
||||||
|
|
||||||
VERSION="2.0.5"
|
VERSION="2.0.6"
|
||||||
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=0x2000500
|
HEXVERSION=0x2000600
|
||||||
"""Constant updated on new releases"""
|
"""Constant updated on new releases"""
|
||||||
|
|
||||||
WAFVERSION="2.0.5"
|
WAFVERSION="2.0.6"
|
||||||
"""Constant updated on new releases"""
|
"""Constant updated on new releases"""
|
||||||
|
|
||||||
WAFREVISION="deacb94c933307caa33e29717d232e8687ee12e0"
|
WAFREVISION="ae907a859e7eb64f527afc2b7be3a9409647c3d4"
|
||||||
"""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