waf-2.1.2

This commit is contained in:
Waf Project 2024-07-15 07:32:34 +08:00
parent 8504c212ce
commit 91e8dcb5d0
No known key found for this signature in database
GPG Key ID: 1BAC571DCD772295
4 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -11,7 +11,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path:
from __future__ import with_statement
VERSION="2.1.1"
VERSION="2.1.2"
APPNAME='waf'
REVISION=''