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-props/manifest.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/port-props/port-props.ttl | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/port-props') 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 @@ a lv2:Specification ; - lv2:minorVersion 0 ; - lv2:microVersion 2 ; + lv2:minorVersion 1 ; + lv2:microVersion 0 ; rdfs:seeAlso . 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: . @prefix doap: . @prefix foaf: . @prefix lv2: . @@ -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 ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] ] ; doap:created "2009-01-01" ; doap:shortdesc "Various port properties." ; -- cgit v1.2.1