From 19bdb28bf8c8081bb47a41fc7c9e936434cc49d2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 Jul 2018 20:38:39 +0200 Subject: Sord 0.16.2 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 1c142bb..7c12a3e 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 -SORD_VERSION = '0.16.1' +SORD_VERSION = '0.16.2' SORD_MAJOR_VERSION = '0' # Mandatory waf variables @@ -56,7 +56,7 @@ def configure(conf): Options.options.static_progs) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', - atleast_version='0.29.4', mandatory=True) + atleast_version='0.30.0', mandatory=True) autowaf.check_pkg(conf, 'libpcre', uselib_store='PCRE', mandatory=False) if conf.env.HAVE_PCRE: -- cgit v1.2.1