Waf 2.0.25

This commit is contained in:
Thomas Nagy 2023-01-01 14:21:19 +01:00
parent 2db0b41b28
commit 39ef33e483
3 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
VERSION="2.0.24"
VERSION="2.0.25"
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=0x2001800
HEXVERSION=0x2001900
"""Constant updated on new releases"""
WAFVERSION="2.0.24"
WAFVERSION="2.0.25"
"""Constant updated on new releases"""
WAFREVISION="1af97c71f5a6756abf36d0f78ed8fd551596d7cb"
WAFREVISION="2db0b41b2805cd5db3b55476c06b23c1e46d319f"
"""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.0.24"
VERSION="2.0.25"
APPNAME='waf'
REVISION=''