summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 08ce29a..2f7d7a3 100644
--- a/wscript
+++ b/wscript
@@ -45,7 +45,7 @@ def configure(conf):
conf.env.append_value('CFLAGS', '-std=c99')
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
- atleast_version='0.4.0', mandatory=True)
+ atleast_version='0.5.0', mandatory=True)
conf.env['BUILD_TESTS'] = Options.options.build_tests
conf.env['BUILD_UTILS'] = True