diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -1,10 +1,12 @@ -lilv (UNRELEASED) unstable; urgency=low +lilv (0.4.4) unstable; urgency=low + * Fix building python bindings + * Make free methods tolerate being called on NULL * Remove lv2jack (replaced by jalv) * Fix parsing extra plugin data files in other bundles * Fix lilv_ui_is_supported when Lilv is built independently - -- David Robillard <d@drobilla.net> UNRELEASED + -- David Robillard <d@drobilla.net> Sat, 11 Jun 2011 11:20:11 -0400 lilv (0.4.2) unstable; urgency=low @@ -8,7 +8,7 @@ import waflib.Options as Options import waflib.Logs as Logs # Version of this package (even if built as a child) -LILV_VERSION = '0.4.3' +LILV_VERSION = '0.4.4' LILV_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) |