aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 2150a5c2..eaf6d50e 100644
--- a/wscript
+++ b/wscript
@@ -11,7 +11,7 @@ import waflib.extras.autowaf as autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SERD_VERSION = '0.28.0'
+SERD_VERSION = '0.29.1'
SERD_MAJOR_VERSION = '0'
# Mandatory waf variables
@@ -486,7 +486,7 @@ def test(ctx):
# Bad tests
autowaf.begin_tests(ctx, APPNAME, 'bad')
for test in bad_tests:
- for lax in ['', '-l']:
+ for lax in ['']:
autowaf.run_test(
ctx, APPNAME,
'serdi_static %s -i %s -q "%s" "%s" > %s.out' % (