mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-21 17:35:55 +01:00
waf-2.0.15
This commit is contained in:
parent
503db290b7
commit
5f811ee018
@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import os, sys, inspect
|
||||
|
||||
VERSION="2.0.14"
|
||||
VERSION="2.0.15"
|
||||
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=0x2000e00
|
||||
HEXVERSION=0x2000f00
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFVERSION="2.0.14"
|
||||
WAFVERSION="2.0.15"
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFREVISION="907519cab9c1c8c7e4f7d4e468ed6200b9250d58"
|
||||
WAFREVISION="503db290b73ef738a495e0d116d6f8ee0b98dcc2"
|
||||
"""Git revision when the waf version is updated"""
|
||||
|
||||
ABI = 20
|
||||
|
Loading…
Reference in New Issue
Block a user