diff options
author | David Robillard <d@drobilla.net> | 2012-04-17 04:38:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-17 04:38:00 +0000 |
commit | 6322b252963f1f841feb776582f0abe05316530b (patch) | |
tree | 708c5dbde693afe1f4b7f8b37cbba46a03d113f7 /lv2/lv2plug.in/ns/ext/port-groups | |
parent | 7b7d577344694538271bd2e4adfdadfd6f6757b2 (diff) | |
download | lv2-6322b252963f1f841feb776582f0abe05316530b.tar.xz |
Bump versions, mark up releases, portability fixes.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/port-groups')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl | 4 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl b/lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl index ff4205b..be485ac 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl @@ -3,7 +3,7 @@ <http://lv2plug.in/ns/ext/port-groups> a lv2:Specification ; - lv2:minorVersion 0 ; - lv2:microVersion 1 ; + lv2:minorVersion 1 ; + lv2:microVersion 0 ; rdfs:seeAlso <port-groups.ttl> . diff --git a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl index f9f9700..134c013 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl @@ -1,4 +1,5 @@ @prefix amb: <http://ambisonics.ch/standards/channels/> . +@prefix dcs: <http://ontologi.es/doap-changeset#> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @@ -11,6 +12,17 @@ rdfs:seeAlso <../../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 Port Groups" ; + doap:release [ + 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:shortdesc "Multi-channel groups of LV2 ports." ; doap:created "2008-00-00" ; doap:developer <http://lv2plug.in/ns/meta#larsl> , |