From 45f02a1390bbea3f7acbef5fdb4807a9f9331f3d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Jul 2014 19:48:59 +0000 Subject: Add lilv_world_unload_bundle() and lilv_world_unload_resource(). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5413 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 5af7efb..609e72e 100644 --- a/wscript +++ b/wscript @@ -12,7 +12,7 @@ import waflib.Logs as Logs # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -LILV_VERSION = '0.19.0' +LILV_VERSION = '0.19.2' LILV_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1