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 --- NEWS | 4 ++-- wscript | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 50e6051..8bfaf5f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -sord (0.16.1) unstable; +sord (0.16.2) stable; * sord_validate: Fix restriction count reporting * sord_validate: Use consistent error format @@ -6,7 +6,7 @@ sord (0.16.1) unstable; * sord_validate: Only report functional / inverse functional property errors if the subjects / objects are not blank - -- David Robillard Tue, 07 Feb 2017 22:52:31 +0100 + -- David Robillard Sun, 22 Jul 2018 20:38:03 +0200 sord (0.16.0) stable; 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