From 4bec5c719eead3e276d475c68e334610a65af62f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Oct 2015 21:59:42 +0000 Subject: Lilv 0.22.0 git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5756 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4dd6af7..9404e65 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -lilv (0.21.5) unstable; +lilv (0.22.0) stable; * Fix loading files with spaces in their path * Add lilv_file_uri_parse() for correct URI to path conversion @@ -23,7 +23,7 @@ lilv (0.21.5) unstable; * Minor documentation improvements * Upgrade to waf 1.8.14 - -- David Robillard Wed, 07 Oct 2015 14:24:51 -0400 + -- David Robillard Thu, 08 Oct 2015 15:39:29 -0400 lilv (0.20.0) stable; diff --git a/wscript b/wscript index 12a0a09..5d3779f 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.21.5' +LILV_VERSION = '0.22.0' LILV_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1