mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-21 17:35:55 +01:00
waf-2.1.2
This commit is contained in:
parent
8504c212ce
commit
91e8dcb5d0
@ -1,3 +1,9 @@
|
||||
NEW IN WAF 2.1.2
|
||||
----------------
|
||||
* Work around some Python regressions
|
||||
* Add latex dependeny on environment variables
|
||||
* Add support for flang compiler
|
||||
|
||||
NEW IN WAF 2.1.1
|
||||
----------------
|
||||
* Fixed some argparse regressions
|
||||
|
@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import os, sys, inspect
|
||||
|
||||
VERSION="2.1.1"
|
||||
VERSION="2.1.2"
|
||||
REVISION="x"
|
||||
GIT="x"
|
||||
INSTALL="x"
|
||||
|
@ -18,13 +18,13 @@ else:
|
||||
import imp
|
||||
|
||||
# the following 3 constants are updated on each new release (do not touch)
|
||||
HEXVERSION=0x2010100
|
||||
HEXVERSION=0x2010200
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFVERSION="2.1.1"
|
||||
WAFVERSION="2.1.2"
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFREVISION="bdd70055df77462fdf8967c3ede1de343ba05cce"
|
||||
WAFREVISION="8504c212ce81919a5858a5118570613422338852"
|
||||
"""Git revision when the waf version is updated"""
|
||||
|
||||
WAFNAME="waf"
|
||||
|
Loading…
Reference in New Issue
Block a user