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/patch/patch.ttl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/patch/patch.ttl') diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl index 8db1dae..9c223bc 100644 --- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl @@ -1,3 +1,4 @@ +@prefix dcs: . @prefix doap: . @prefix foaf: . @prefix lv2: . @@ -16,8 +17,15 @@ doap:developer ; doap:name "LV2 Patch" ; doap:release [ - doap:created "2012-02-08" ; - doap:revision "0.1" + doap:revision "1.0" ; + doap:created "2012-04-17" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] ] ; doap:shortdesc "Messages for accessing and manipulating properties." ; lv2:documentation """ -- cgit v1.2.1