summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--wscript6
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 <d@drobilla.net> Tue, 17 Apr 2012 19:04:39 -0400
+ -- David Robillard <d@drobilla.net> 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)