aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-02 07:06:20 +0000
committerDavid Robillard <d@drobilla.net>2014-11-02 07:06:20 +0000
commitf2619d90d01fe1a2a9888a6fdf533488645aa7e4 (patch)
treef0a78c7d5b3a16692dcf1b777d1fbb8171bbfe90 /lv2/lv2plug.in/ns/lv2core/manifest.ttl
parent7ba0e78f659bf79c9884269e5d637d603af647ca (diff)
downloadlv2-f2619d90d01fe1a2a9888a6fdf533488645aa7e4.tar.xz
Relax domain of lv2:minimum lv2:maximum and lv2:default so they can be used to describe properties/parameters as well.
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core/manifest.ttl')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/manifest.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/manifest.ttl b/lv2/lv2plug.in/ns/lv2core/manifest.ttl
index af52a2f..c709881 100644
--- a/lv2/lv2plug.in/ns/lv2core/manifest.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/manifest.ttl
@@ -5,5 +5,5 @@
<http://lv2plug.in/ns/lv2core>
a lv2:Specification ;
lv2:minorVersion 12 ;
- lv2:microVersion 2 ;
+ lv2:microVersion 3 ;
rdfs:seeAlso <lv2core.ttl> .