From a27fdbdbd30fa2be7fdcfe2930ccdc10e0a8f390 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Aug 2013 14:39:29 +0000 Subject: Suil 0.6.14. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5149 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 6a05a15..15928a7 100644 --- a/wscript +++ b/wscript @@ -9,7 +9,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SUIL_VERSION = '0.6.13' +SUIL_VERSION = '0.6.14' SUIL_MAJOR_VERSION = '0' # Mandatory waf variables @@ -52,8 +52,8 @@ def configure(conf): conf.env.NODELETE_FLAGS = ['-Wl,-z,nodelete'] autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.4.3', - uselib_store='LV2_1_4_3', mandatory=False) + autowaf.check_pkg(conf, 'lv2', atleast_version='1.6.0', + uselib_store='LV2_1_6_0', mandatory=False) autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK2', atleast_version='2.18.0', mandatory=False) -- cgit v1.2.1