aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/ns/lv2core/manifest.ttl
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/manifest.ttl
parent8cb7503ed524c79272bca58cf2ff0a388093eb48 (diff)
downloadlv2-3914c70657db34fd8b054dfc90eb9fa5f32c7dba.tar.xz
Fix LV2_SYMBOL_EXPORT and lv2_descriptor prototype for Windows.
Diffstat (limited to 'lv2/ns/lv2core/manifest.ttl')
-rw-r--r--lv2/ns/lv2core/manifest.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/ns/lv2core/manifest.ttl b/lv2/ns/lv2core/manifest.ttl
index b64c60f..5733b55 100644
--- a/lv2/ns/lv2core/manifest.ttl
+++ b/lv2/ns/lv2core/manifest.ttl
@@ -6,5 +6,5 @@
<http://lv2plug.in/ns/lv2core>
a doap:Project , lv2:Specification , owl:Ontology ;
lv2:minorVersion 6 ;
- lv2:microVersion 0 ;
+ lv2:microVersion 1 ;
rdfs:seeAlso <lv2core.ttl> , <lv2core.doap.ttl> . \ No newline at end of file