waf-2.0.21

This commit is contained in:
Thomas Nagy 2020-11-08 20:53:12 +01:00
parent edde20a642
commit 86eea788e3
No known key found for this signature in database
GPG Key ID: 22BE0C62FFBFA548
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.20"
VERSION="2.0.21"
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=0x2001400
HEXVERSION=0x2001500
"""Constant updated on new releases"""
WAFVERSION="2.0.20"
WAFVERSION="2.0.21"
"""Constant updated on new releases"""
WAFREVISION="668769470956da8c5b60817cb8884cd7d0f87cd4"
WAFREVISION="edde20a6425a5c3eb6b47d5f3f5c4fbc93fed5f4"
"""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.20"
VERSION="2.0.21"
APPNAME='waf'
REVISION=''