summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-21 04:49:07 +0000
committerDavid Robillard <d@drobilla.net>2012-02-21 04:49:07 +0000
commit3ece29105d12819e602dbd0309f4ffda321a2ea3 (patch)
tree6655ebd358424e43387649318b8631ebc0b6d389 /wscript
parentee1e682e0a3787a4b293e55a09d2394bd1d47252 (diff)
downloadsratom-3ece29105d12819e602dbd0309f4ffda321a2ea3.tar.gz
sratom-3ece29105d12819e602dbd0309f4ffda321a2ea3.tar.bz2
sratom-3ece29105d12819e602dbd0309f4ffda321a2ea3.zip
Tuple serialisation.
git-svn-id: http://svn.drobilla.net/lad/trunk/seriatom@3990 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index aa3ad48..15bbd2a 100644
--- a/wscript
+++ b/wscript
@@ -55,7 +55,7 @@ def configure(conf):
mandatory=False)
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
- atleast_version='0.8.0', mandatory=True)
+ atleast_version='0.10.0', mandatory=True)
autowaf.define(conf, 'SERIATOM_VERSION', SERIATOM_VERSION)
conf.write_config_header('seriatom_config.h', remove=False)