mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 11:19:52 +01:00
waf 1.8.16
This commit is contained in:
parent
722480b25c
commit
d2ade00ef8
@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import os, sys, inspect
|
||||
|
||||
VERSION="1.8.15"
|
||||
VERSION="1.8.16"
|
||||
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=0x1080f00
|
||||
HEXVERSION=0x1081000
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFVERSION="1.8.15"
|
||||
WAFVERSION="1.8.16"
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFREVISION="971b2d32b7a72ee2176b94f1eacbd176bbf2822c"
|
||||
WAFREVISION="30336cd9ba1a1c47c52edf69967457afd7967978"
|
||||
"""Git revision when the waf version is updated"""
|
||||
|
||||
ABI = 98
|
||||
|
Loading…
Reference in New Issue
Block a user