From 005418ac17e6a6a370c032db1c6e107612a94346 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Sep 2020 14:18:25 +0200 Subject: Lilv 0.24.10 --- NEWS | 6 ++++-- wscript | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5d7ecd0..a9e4f2a 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ -lilv (0.24.9) unstable; +lilv (0.24.10) stable; * Fix memory leaks in lv2bench + * Fix various minor warnings and other code quality issues * Make lilv_world_get() use translations + * Split and clean up test suite - -- David Robillard Sat, 26 Sep 2020 15:44:21 +0000 + -- David Robillard Sun, 27 Sep 2020 12:17:02 +0000 lilv (0.24.8) stable; diff --git a/wscript b/wscript index 9d79c25..f6780d0 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.9' +LILV_VERSION = '0.24.10' LILV_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1