aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-10 06:11:23 +0000
committerDavid Robillard <d@drobilla.net>2013-01-10 06:11:23 +0000
commit413f33c3bbe27c6835592d892be8628ecfa09b24 (patch)
tree6deacface5c4994bc84f9deb748007dbe6db5d53 /lv2/lv2plug.in/ns/lv2core/manifest.ttl
parentc0e26ec1913951a333e20ce32b2ea4f6209398b2 (diff)
downloadlv2-413f33c3bbe27c6835592d892be8628ecfa09b24.tar.xz
Add lv2:control for designating primary event-based control ports.
Set range of lv2:designation to lv2:Designation. Make lv2:Parameter rdfs:subClassOf rdf:Property.
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core/manifest.ttl')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/manifest.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/manifest.ttl b/lv2/lv2plug.in/ns/lv2core/manifest.ttl
index 7231951..af55481 100644
--- a/lv2/lv2plug.in/ns/lv2core/manifest.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/manifest.ttl
@@ -4,6 +4,6 @@
<http://lv2plug.in/ns/lv2core>
a lv2:Specification ;
- lv2:minorVersion 8 ;
- lv2:microVersion 3 ;
+ lv2:minorVersion 9 ;
+ lv2:microVersion 1 ;
rdfs:seeAlso <lv2core.ttl> .