diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 20:48:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 20:48:27 +0000 |
commit | fa9ebce9afa064ccc90fccc48fff3f22754d5e96 (patch) | |
tree | f37c9146430c81ec9e15bea1d99c0e910b22302b /lv2/lv2plug.in/ns/lv2core | |
parent | 6cf73e24906f1991fd57f0340dc24abb069ae504 (diff) | |
download | lv2-fa9ebce9afa064ccc90fccc48fff3f22754d5e96.tar.xz |
Tidy manifests.
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> . |