summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-04-26 18:54:52 +0200
committerDavid Robillard <d@drobilla.net>2020-04-26 18:54:52 +0200
commit20f2351a859568ca87bf71ef48a9ec4441c156f3 (patch)
treef5e30cf8cfab9e65b2a73678e5c96ca5f199b8f0 /wscript
parented9d0ccd9ee93588ed7db34cbe7c9ee9ed4bbe74 (diff)
downloadlilv-20f2351a859568ca87bf71ef48a9ec4441c156f3.tar.gz
lilv-20f2351a859568ca87bf71ef48a9ec4441c156f3.tar.bz2
lilv-20f2351a859568ca87bf71ef48a9ec4441c156f3.zip
Lilv 0.24.8v0.24.8
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 4179dcd..eac32f9 100644
--- a/wscript
+++ b/wscript
@@ -12,7 +12,7 @@ from waflib.extras import autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-LILV_VERSION = '0.24.7'
+LILV_VERSION = '0.24.8'
LILV_MAJOR_VERSION = '0'
# Mandatory waf variables
@@ -88,7 +88,7 @@ def configure(conf):
if not conf.env.BUILD_SHARED and not conf.env.BUILD_STATIC:
conf.fatal('Neither a shared nor a static build requested')
- conf.check_pkg('lv2 >= 1.17.0', uselib_store='LV2')
+ conf.check_pkg('lv2 >= 1.18.0', uselib_store='LV2')
conf.check_pkg('serd-0 >= 0.30.0', uselib_store='SERD')
conf.check_pkg('sord-0 >= 0.14.0', uselib_store='SORD')
conf.check_pkg('sratom-0 >= 0.4.0', uselib_store='SRATOM')