From 84a5c1d58e52e2a3ccd81ed2d92fcfaabcc900fe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 22:22:51 +0000 Subject: Lilv 0.20.0. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5438 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 5 +++-- wscript | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 927ad2f..988b2e0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -lilv (0.19.2) unstable; +lilv (0.20.0) stable; * Don't load files multiple times if they are listed as rdfs:seeAlso for several plugins @@ -15,8 +15,9 @@ lilv (0.19.2) unstable; * Add lilv_world_unload_bundle() and lilv_world_unload_resource() * Fix several minor memory leaks * Improve test coverage + * Upgrade to waf 1.7.16 - -- David Robillard Tue, 15 Jul 2014 15:14:36 -0400 + -- David Robillard Fri, 08 Aug 2014 18:21:32 -0400 lilv (0.18.0) stable; diff --git a/wscript b/wscript index d21c4b2..745dbae 100644 --- a/wscript +++ b/wscript @@ -12,7 +12,7 @@ import waflib.Logs as Logs # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -LILV_VERSION = '0.19.2' +LILV_VERSION = '0.20.0' LILV_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1