diff options
author | David Robillard <d@drobilla.net> | 2019-11-10 22:40:13 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-11-10 22:40:13 +0100 |
commit | 425af428afb969ec2562bdf269967778e067384d (patch) | |
tree | b889c13e7069776f1ea77d13edf845b4c0cde6ae | |
parent | 9bd2f01a67cf3aced820954d5812791a719ffb21 (diff) | |
download | lilv-425af428afb969ec2562bdf269967778e067384d.tar.gz lilv-425af428afb969ec2562bdf269967778e067384d.tar.bz2 lilv-425af428afb969ec2562bdf269967778e067384d.zip |
Lilv 0.24.6v0.24.6
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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; @@ -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 |