mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
waf-1.7.4
This commit is contained in:
parent
c14f00f4c1
commit
4c23f80a7c
@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import os, sys
|
||||
|
||||
VERSION="1.7.3"
|
||||
VERSION="1.7.4"
|
||||
REVISION="x"
|
||||
INSTALL="x"
|
||||
C1='x'
|
||||
|
@ -11,10 +11,10 @@ from waflib import Utils, Errors, Logs
|
||||
import waflib.Node
|
||||
|
||||
# the following 3 constants are updated on each new release (do not touch)
|
||||
HEXVERSION=0x1070300
|
||||
HEXVERSION=0x1070400
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFVERSION="1.7.3"
|
||||
WAFVERSION="1.7.4"
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFREVISION="a7e69d6b81b04729804754c4d5214da063779a65"
|
||||
|
Loading…
Reference in New Issue
Block a user