From 6322b252963f1f841feb776582f0abe05316530b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Apr 2012 04:38:00 +0000 Subject: Bump versions, mark up releases, portability fixes. --- lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/port-groups') 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 @@ a lv2:Specification ; - lv2:minorVersion 0 ; - lv2:microVersion 1 ; + lv2:minorVersion 1 ; + lv2:microVersion 0 ; rdfs:seeAlso . 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: . +@prefix dcs: . @prefix doap: . @prefix lv2: . @prefix owl: . @@ -11,6 +12,17 @@ rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Port Groups" ; + doap:release [ + doap:revision "1.0" ; + doap:created "2012-04-17" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] + ] ; doap:shortdesc "Multi-channel groups of LV2 ports." ; doap:created "2008-00-00" ; doap:developer , -- cgit v1.2.1