diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/port-props')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/port-props/manifest.ttl | 4 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/port-props/port-props.ttl | 12 |
2 files changed, 12 insertions, 4 deletions
diff --git a/lv2/lv2plug.in/ns/ext/port-props/manifest.ttl b/lv2/lv2plug.in/ns/ext/port-props/manifest.ttl index b88a0c7..56fbeb0 100644 --- a/lv2/lv2plug.in/ns/ext/port-props/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/port-props/manifest.ttl @@ -3,6 +3,6 @@ <http://lv2plug.in/ns/ext/port-props> a lv2:Specification ; - lv2:minorVersion 0 ; - lv2:microVersion 2 ; + lv2:minorVersion 1 ; + lv2:microVersion 0 ; rdfs:seeAlso <port-props.ttl> . diff --git a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl index 00b5ff3..bdb049a 100644 --- a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl +++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl @@ -1,3 +1,4 @@ +@prefix dcs: <http://ontologi.es/doap-changeset#> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -11,8 +12,15 @@ rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Port Properties" ; doap:release [ - doap:revision "0.2" ; - doap:created "2012-03-23" + doap:revision "1.0" ; + doap:created "2012-04-17" ; + doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] ] ; doap:created "2009-01-01" ; doap:shortdesc "Various port properties." ; |