aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/ns/lv2core/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-01 06:25:27 +0000
committerDavid Robillard <d@drobilla.net>2012-02-01 06:25:27 +0000
commit3914c70657db34fd8b054dfc90eb9fa5f32c7dba (patch)
treefecf36e471b271fc490c2e216832183f42d35c8b /lv2/ns/lv2core/wscript
parent8cb7503ed524c79272bca58cf2ff0a388093eb48 (diff)
downloadlv2-3914c70657db34fd8b054dfc90eb9fa5f32c7dba.tar.xz
Fix LV2_SYMBOL_EXPORT and lv2_descriptor prototype for Windows.
Diffstat (limited to 'lv2/ns/lv2core/wscript')
-rw-r--r--lv2/ns/lv2core/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/ns/lv2core/wscript b/lv2/ns/lv2core/wscript
index f84e29a..af4045a 100644
--- a/lv2/ns/lv2core/wscript
+++ b/lv2/ns/lv2core/wscript
@@ -6,7 +6,7 @@ import waflib.Options as Options
import waflib.Scripting as Scripting
# Version of this package (even if built as a child)
-LV2CORE_VERSION = '6.0'
+LV2CORE_VERSION = '6.1'
# Variables for 'waf dist'
APPNAME = 'lv2core'