diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/manifest.ttl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/manifest.ttl b/lv2/lv2plug.in/ns/lv2core/manifest.ttl index 7ff95a2..91dc35b 100644 --- a/lv2/lv2plug.in/ns/lv2core/manifest.ttl +++ b/lv2/lv2plug.in/ns/lv2core/manifest.ttl @@ -4,7 +4,8 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://lv2plug.in/ns/lv2core> - a doap:Project , lv2:Specification , owl:Ontology ; + a lv2:Specification ; lv2:minorVersion 6 ; lv2:microVersion 7 ; - rdfs:seeAlso <lv2core.ttl> , <lv2core.doap.ttl> .
\ No newline at end of file + rdfs:seeAlso <lv2core.ttl> , + <lv2core.doap.ttl> . |