From 8a1dc198ffbc358bc299898928c9cc48f8547a78 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Sep 2011 00:11:12 +0000 Subject: Bump sord dependency to 0.5.0. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3505 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 3d8a4d3..56de5e1 100644 --- a/wscript +++ b/wscript @@ -66,7 +66,7 @@ def configure(conf): autowaf.check_pkg(conf, 'lv2core', uselib_store='LV2CORE', mandatory=True) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', - atleast_version='0.4.0', mandatory=True) + atleast_version='0.5.0', mandatory=True) conf.check(function_name='wordexp', header_name='wordexp.h', -- cgit v1.2.1