summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-08-09 14:39:29 +0000
committerDavid Robillard <d@drobilla.net>2013-08-09 14:39:29 +0000
commita27fdbdbd30fa2be7fdcfe2930ccdc10e0a8f390 (patch)
tree4135deedbb407ef1bba0ec245fd5f59eac4c2760 /wscript
parent8b2a971c42e5588555488c56966adf1687e38140 (diff)
downloadsuil-a27fdbdbd30fa2be7fdcfe2930ccdc10e0a8f390.tar.gz
suil-a27fdbdbd30fa2be7fdcfe2930ccdc10e0a8f390.tar.bz2
suil-a27fdbdbd30fa2be7fdcfe2930ccdc10e0a8f390.zip
Suil 0.6.14.v0.6.14
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5149 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 6a05a15..15928a7 100644
--- a/wscript
+++ b/wscript
@@ -9,7 +9,7 @@ import waflib.extras.autowaf as autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SUIL_VERSION = '0.6.13'
+SUIL_VERSION = '0.6.14'
SUIL_MAJOR_VERSION = '0'
# Mandatory waf variables
@@ -52,8 +52,8 @@ def configure(conf):
conf.env.NODELETE_FLAGS = ['-Wl,-z,nodelete']
autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2')
- autowaf.check_pkg(conf, 'lv2', atleast_version='1.4.3',
- uselib_store='LV2_1_4_3', mandatory=False)
+ autowaf.check_pkg(conf, 'lv2', atleast_version='1.6.0',
+ uselib_store='LV2_1_6_0', mandatory=False)
autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK2',
atleast_version='2.18.0', mandatory=False)