diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -jalv (1.4.3) unstable; +jalv (1.4.4) stable; * Add -c option for setting controls from the command line * Add --no-menu option for jalv.gtk @@ -9,7 +9,7 @@ jalv (1.4.3) unstable; (useful for compatibility and separately distributed UIs) * Preset menu support for Qt (patch from Timo Westkämper) - -- David Robillard <d@drobilla.net> Mon, 30 Dec 2013 12:55:47 -0500 + -- David Robillard <d@drobilla.net> Sat, 04 Jan 2014 16:11:45 -0500 jalv (1.4.2) stable; @@ -4,7 +4,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.3' +JALV_VERSION = '1.4.4' # Variables for 'waf dist' APPNAME = 'jalv' @@ -30,7 +30,7 @@ def configure(conf): autowaf.set_c99_mode(conf) autowaf.display_header('Jalv Configuration') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.4.3', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.6.0', uselib_store='LV2') autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.15.1', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', |