From a316948f61bb884fa99acec2e66e6033930ea691 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 4 Jan 2017 12:32:36 -0500 Subject: Jalv 0.6.0 --- wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 24ec9db..24f5a2b 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ from waflib.extras import autowaf as autowaf import waflib.Options as Options # Version of this package (even if built as a child) -JALV_VERSION = '1.4.7' +JALV_VERSION = '1.6.0' # Variables for 'waf dist' APPNAME = 'jalv' @@ -52,7 +52,7 @@ def configure(conf): autowaf.check_pkg(conf, 'lv2', atleast_version='1.14.0', uselib_store='LV2') autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', - atleast_version='0.21.5', mandatory=True) + atleast_version='0.24.0', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', atleast_version='0.14.0', mandatory=True) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', @@ -60,7 +60,7 @@ def configure(conf): autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL', atleast_version='0.6.0', mandatory=True) autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM', - atleast_version='0.5.1', mandatory=True) + atleast_version='0.6.0', mandatory=True) if Options.options.portaudio: autowaf.check_pkg(conf, 'portaudio-2.0', uselib_store='PORTAUDIO', atleast_version='2.0.0', mandatory=False) -- cgit v1.2.1