2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-10 20:29:10 +01:00

Waf 2.0.27

This commit is contained in:
Thomas Nagy 2024-03-10 12:45:17 +01:00
parent c3e645e395
commit cd0c77725e
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.26"
VERSION="2.0.27"
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=0x2001a00
HEXVERSION=0x2001b00
"""Constant updated on new releases"""
WAFVERSION="2.0.26"
WAFVERSION="2.0.27"
"""Constant updated on new releases"""
WAFREVISION="0fb985ce1932c6f3e7533f435e4ee209d673776e"
WAFREVISION="c3e645e395505cb5faa115172b1fc9abdaeaf146"
"""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.26"
VERSION="2.0.27"
APPNAME='waf'
REVISION=''