From ddb38fb552262a40a4f1c95cd083f9e5662022c8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 19 Apr 2012 22:25:21 +0000 Subject: Bump versions. Add NEWS file. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4209 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index dedb25e..1a0c9f6 100644 --- a/wscript +++ b/wscript @@ -8,7 +8,7 @@ import waflib.Options as Options import waflib.Logs as Logs # Version of this package (even if built as a child) -JALV_VERSION = '0.0.0' +JALV_VERSION = '1.0.0' # Variables for 'waf dist' APPNAME = 'jalv' @@ -39,9 +39,9 @@ def configure(conf): autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', atleast_version='0.4.5', mandatory=True) autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL', - atleast_version='0.4.0', mandatory=True) + atleast_version='0.6.0', mandatory=True) autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM', - atleast_version='0.1.0', mandatory=True) + atleast_version='0.2.0', mandatory=True) autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.120.0', mandatory=True) autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK2', -- cgit v1.2.1