summaryrefslogtreecommitdiffstats
path: root/Context.py
diff options
context:
space:
mode:
Diffstat (limited to 'Context.py')
-rw-r--r--Context.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Context.py b/Context.py
index 876ea46..e3305fa 100644
--- a/Context.py
+++ b/Context.py
@@ -11,13 +11,13 @@ from waflib import Utils, Errors, Logs
import waflib.Node
# the following 3 constants are updated on each new release (do not touch)
-HEXVERSION=0x2000f00
+HEXVERSION=0x2001200
"""Constant updated on new releases"""
-WAFVERSION="2.0.15"
+WAFVERSION="2.0.18"
"""Constant updated on new releases"""
-WAFREVISION="503db290b73ef738a495e0d116d6f8ee0b98dcc2"
+WAFREVISION="314689b8994259a84f0de0aaef74d7ce91f541ad"
"""Git revision when the waf version is updated"""
ABI = 20