mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-20 15:30:59 +01:00
New release 1.7.8
This commit is contained in:
parent
8c566d1a42
commit
0e243e4212
@ -1,3 +1,7 @@
|
||||
NEW IN WAF 1.7.8
|
||||
----------------
|
||||
* Fixed a configuration issue in the visual studio compiler (regression #1239)
|
||||
|
||||
NEW IN WAF 1.7.7
|
||||
----------------
|
||||
* XLC and XLF detection fixes #1230
|
||||
|
@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import os, sys
|
||||
|
||||
VERSION="1.7.7"
|
||||
VERSION="1.7.8"
|
||||
REVISION="x"
|
||||
INSTALL="x"
|
||||
C1='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=0x1070700
|
||||
HEXVERSION=0x1070800
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFVERSION="1.7.7"
|
||||
WAFVERSION="1.7.8"
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFREVISION="c0575b852890d22d4e06a74e41d28340f9f2d124"
|
||||
WAFREVISION="8c566d1a427701af46e32bd943d9aead35a0cc07"
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
ABI = 98
|
||||
|
Loading…
x
Reference in New Issue
Block a user