From 29a6502b93ad44d3f8fe4f0a579a3e8ef369dbfd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 18:53:43 +0000 Subject: LV2 1.10.0 --- lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl | 5 +++-- lv2/lv2plug.in/ns/ext/atom/manifest.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl | 10 ++++++++++ lv2/lv2plug.in/ns/ext/event/manifest.ttl | 2 +- lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl | 6 ++++-- lv2/lv2plug.in/ns/ext/patch/manifest.ttl | 2 +- 6 files changed, 21 insertions(+), 8 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext') diff --git a/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl b/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl index f70a410..496124b 100644 --- a/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl @@ -12,8 +12,9 @@ doap:created "2007-00-00" ; doap:developer ; doap:release [ - doap:revision "1.9" ; - doap:created "2014-01-23" ; + doap:revision "2.0" ; + doap:created "2014-08-08" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/lv2plug.in/ns/ext/atom/manifest.ttl b/lv2/lv2plug.in/ns/ext/atom/manifest.ttl index d92e1c4..a672894 100644 --- a/lv2/lv2plug.in/ns/ext/atom/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/manifest.ttl @@ -3,6 +3,6 @@ a lv2:Specification ; - lv2:minorVersion 1 ; - lv2:microVersion 9 ; + lv2:minorVersion 2 ; + lv2:microVersion 0 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl b/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl index 64dc567..b396984 100644 --- a/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl @@ -13,6 +13,16 @@ doap:developer , ; doap:release [ + doap:revision "1.12" ; + doap:created "2014-08-08" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Minor documentation improvements." + ] + ] + ] , [ doap:revision "1.10" ; doap:created "2013-01-13" ; doap:file-release ; diff --git a/lv2/lv2plug.in/ns/ext/event/manifest.ttl b/lv2/lv2plug.in/ns/ext/event/manifest.ttl index 7e246f7..0b454e2 100644 --- a/lv2/lv2plug.in/ns/ext/event/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/event/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 10 ; + lv2:microVersion 12 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl b/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl index 75cde84..e5595ef 100644 --- a/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl @@ -12,8 +12,10 @@ doap:name "LV2 Patch" ; doap:shortdesc "Messages for accessing and manipulating properties." ; doap:release [ - doap:revision "2.1" ; - doap:created "2013-01-23" ; + doap:revision "2.2" ; + doap:created "2014-08-08" ; + doap:file-release ; + dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Add patch:sequenceNumber for associating replies with requests." diff --git a/lv2/lv2plug.in/ns/ext/patch/manifest.ttl b/lv2/lv2plug.in/ns/ext/patch/manifest.ttl index a2d2176..e348f43 100644 --- a/lv2/lv2plug.in/ns/ext/patch/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/manifest.ttl @@ -4,5 +4,5 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 1 ; + lv2:microVersion 2 ; rdfs:seeAlso . -- cgit v1.2.1