summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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