summaryrefslogtreecommitdiff
path: root/buildtools/bin
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-02-17 15:40:20 +0100
committerAndreas Schneider <asn@cryptomilk.org>2022-02-21 10:06:27 +0000
commitfb175576b698f43224dab815fd6c0763a12db2b2 (patch)
treef206d632fd6dffa51e7b204daed620f23ac550e4 /buildtools/bin
parent6b8d30e0aa15fff7e831c0a3e34719e8cdc1ebec (diff)
downloadsamba-fb175576b698f43224dab815fd6c0763a12db2b2.tar.gz
third_party: Update waf to verison 2.0.23
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Feb 21 10:06:27 UTC 2022 on sn-devel-184
Diffstat (limited to 'buildtools/bin')
-rwxr-xr-xbuildtools/bin/waf3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildtools/bin/waf b/buildtools/bin/waf
index b0ccb09a877..2001ccdbd8a 100755
--- a/buildtools/bin/waf
+++ b/buildtools/bin/waf
@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
-VERSION="2.0.22"
+VERSION="2.0.23"
REVISION="x"
GIT="x"
INSTALL="x"
@@ -164,4 +164,3 @@ if __name__ == '__main__':
from waflib import Scripting
Scripting.waf_entry_point(cwd, VERSION, wafdir[0])
-