diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | plugins/manifest.ttl.in | 8 |
2 files changed, 1 insertions, 9 deletions
@@ -1 +1 @@ -0.1.6253 +0.1.6259 diff --git a/plugins/manifest.ttl.in b/plugins/manifest.ttl.in index 62ac671f..1444edcd 100644 --- a/plugins/manifest.ttl.in +++ b/plugins/manifest.ttl.in @@ -17,17 +17,9 @@ @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ui: <http://lv2plug.in/ns/extensions/ui#> . -@prefix kx: <http://kxstudio.sf.net/ns/lv2ext/external-ui#> . @prefix synthpod: <http://open-music-kontrollers.ch/lv2/synthpod#> . -# to please sord_validate -kx:Widget - a rdfs:Class, owl:Class ; - rdfs:subClassOf ui:UI . -kx:Host - a lv2:Feature . - # Synthpod Stereo synthpod:stereo a lv2:Plugin ; |