summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-11-10 22:40:13 +0100
committerDavid Robillard <d@drobilla.net>2019-11-10 22:40:13 +0100
commit425af428afb969ec2562bdf269967778e067384d (patch)
treeb889c13e7069776f1ea77d13edf845b4c0cde6ae
parent9bd2f01a67cf3aced820954d5812791a719ffb21 (diff)
downloadlilv-425af428afb969ec2562bdf269967778e067384d.tar.gz
lilv-425af428afb969ec2562bdf269967778e067384d.tar.bz2
lilv-425af428afb969ec2562bdf269967778e067384d.zip
Lilv 0.24.6v0.24.6
-rw-r--r--NEWS4
-rw-r--r--wscript2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2429a00..810b283 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-lilv (0.24.5) unstable;
+lilv (0.24.6) stable;
* Add more strict error detection when storing plugin state properties
* Add option to override LV2_PATH in applications
@@ -10,7 +10,7 @@ lilv (0.24.5) unstable;
* Fix unit tests on Windows
* Make Python bindings more Pythonic
- -- David Robillard <d@drobilla.net> Mon, 21 Oct 2019 19:50:13 +0000
+ -- David Robillard <d@drobilla.net> Sun, 10 Nov 2019 21:39:37 +0000
lilv (0.24.4) stable;
diff --git a/wscript b/wscript
index e191b04..225ea30 100644
--- a/wscript
+++ b/wscript
@@ -12,7 +12,7 @@ from waflib.extras import autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-LILV_VERSION = '0.24.5'
+LILV_VERSION = '0.24.6'
LILV_MAJOR_VERSION = '0'
# Mandatory waf variables