summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-08 21:59:42 +0000
committerDavid Robillard <d@drobilla.net>2015-10-08 21:59:42 +0000
commit4bec5c719eead3e276d475c68e334610a65af62f (patch)
tree425e927ababeec90544de6367a0d933e2be280ab
parent0504d3f5ecc6ee2fac2ed1a63a2e0c1c270dba75 (diff)
downloadlilv-4bec5c719eead3e276d475c68e334610a65af62f.tar.gz
lilv-4bec5c719eead3e276d475c68e334610a65af62f.tar.bz2
lilv-4bec5c719eead3e276d475c68e334610a65af62f.zip
Lilv 0.22.0
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5756 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--NEWS4
-rw-r--r--wscript2
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 <d@drobilla.net> Wed, 07 Oct 2015 14:24:51 -0400
+ -- David Robillard <d@drobilla.net> 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