Waf 2.0.26

This commit is contained in:
Waf Project 2023-08-12 03:20:31 +02:00
parent 0fb985ce19
commit ad7b733fc6
No known key found for this signature in database
GPG Key ID: 1BAC571DCD772295
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.25"
VERSION="2.0.26"
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=0x2001900
HEXVERSION=0x2001a00
"""Constant updated on new releases"""
WAFVERSION="2.0.25"
WAFVERSION="2.0.26"
"""Constant updated on new releases"""
WAFREVISION="2db0b41b2805cd5db3b55476c06b23c1e46d319f"
WAFREVISION="0fb985ce1932c6f3e7533f435e4ee209d673776e"
"""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.25"
VERSION="2.0.26"
APPNAME='waf'
REVISION=''