summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-07-22 20:38:39 +0200
committerDavid Robillard <d@drobilla.net>2018-07-22 20:39:27 +0200
commit19bdb28bf8c8081bb47a41fc7c9e936434cc49d2 (patch)
treea62ff96506d4eb3113f6b7bb6f1c1b7999099bec
parent9ba2392cbb807975f1c76580289ce1bebea34d46 (diff)
downloadsord-19bdb28bf8c8081bb47a41fc7c9e936434cc49d2.tar.gz
sord-19bdb28bf8c8081bb47a41fc7c9e936434cc49d2.tar.bz2
sord-19bdb28bf8c8081bb47a41fc7c9e936434cc49d2.zip
Sord 0.16.2v0.16.2
-rw-r--r--NEWS4
-rw-r--r--wscript4
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 <d@drobilla.net> Tue, 07 Feb 2017 22:52:31 +0100
+ -- David Robillard <d@drobilla.net> 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: