buildtools/wafsamba: adopt to waf 2.0.8
authorAlexander Bokovoy <ab@samba.org>
Fri, 15 Jun 2018 10:32:00 +0000 (13:32 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Sep 2018 04:37:25 +0000 (06:37 +0200)
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/bin/waf
buildtools/wafsamba/wafsamba.py

index cbb5f2f1485e26b4f6398231794ac1b6caa14fcc..e3c0cb5563dd052af14fa298f1b23a749c3ba382 100755 (executable)
@@ -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"
index 6075cc7d9eec3cf11c6bf045def9dfac799a5826..0ee064421fa3820112fd31a741cd0229411228fa 100644 (file)
@@ -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