diff options
-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 |