From 58e8b66da1f88893863bcaa9833fee9997e46a65 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Apr 2012 20:20:30 +0000 Subject: Bump dependency versions. git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4198 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 3 ++- wscript | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 9c47d62..f1372bb 100644 --- a/NEWS +++ b/NEWS @@ -2,4 +2,5 @@ sratom (0.2.0) stable; * Initial release - -- David Robillard Tue, 17 Apr 2012 19:04:39 -0400 + -- David Robillard Wed, 18 Apr 2012 15:14:11 -0400 + diff --git a/wscript b/wscript index 63cfd50..d837678 100644 --- a/wscript +++ b/wscript @@ -55,11 +55,11 @@ def configure(conf): define_name='HAVE_GCOV', mandatory=False) - autowaf.check_pkg(conf, 'lv2', atleast_version='0.5.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', - atleast_version='0.11.0', mandatory=True) + atleast_version='0.14.0', mandatory=True) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', - atleast_version='0.5.0', mandatory=True) + atleast_version='0.8.0', mandatory=True) autowaf.define(conf, 'SRATOM_VERSION', SRATOM_VERSION) conf.write_config_header('sratom_config.h', remove=False) -- cgit v1.2.1