aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-19 22:25:21 +0000
committerDavid Robillard <d@drobilla.net>2012-04-19 22:25:21 +0000
commitddb38fb552262a40a4f1c95cd083f9e5662022c8 (patch)
tree25df3b2897e2244b55bb270445e4235fc108fb76 /wscript
parent5a9659e2c57bfe4fc9e3fc9575721ba85ac8f6d9 (diff)
downloadjalv-ddb38fb552262a40a4f1c95cd083f9e5662022c8.tar.gz
jalv-ddb38fb552262a40a4f1c95cd083f9e5662022c8.tar.bz2
jalv-ddb38fb552262a40a4f1c95cd083f9e5662022c8.zip
Bump versions.
Add NEWS file. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4209 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 3 insertions, 3 deletions
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',