summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-06-15 13:32:00 +0300
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:25 +0200
commit7eab91a068ec9c95f8be3ae08e6d1d2f60ea0727 (patch)
tree5579ddd3a6dcea5d755601ed8c2d0082660d9114
parent3b7dfc51acc2dc0ea52cbf1733107f14405828e0 (diff)
downloadsamba-7eab91a068ec9c95f8be3ae08e6d1d2f60ea0727.tar.gz
buildtools/wafsamba: adopt to waf 2.0.8
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rwxr-xr-xbuildtools/bin/waf2
-rw-r--r--buildtools/wafsamba/wafsamba.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/bin/waf b/buildtools/bin/waf
index cbb5f2f1485..e3c0cb5563d 100755
--- a/buildtools/bin/waf
+++ b/buildtools/bin/waf
@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
-VERSION="2.0.4"
+VERSION="2.0.8"
REVISION="x"
GIT="x"
INSTALL="x"
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 6075cc7d9ee..0ee064421fa 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -44,7 +44,7 @@ LIB_PATH="shared"
os.environ['PYTHONUNBUFFERED'] = '1'
-if Context.HEXVERSION not in (0x2000400,):
+if Context.HEXVERSION not in (0x2000800,):
Logs.error('''
Please use the version of waf that comes with Samba, not
a system installed version. See http://wiki.samba.org/index.php/Waf