From 29192705a46c0d807990f9de692d9fe83bde8b8d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 26 Apr 2020 15:46:57 +0200 Subject: LV2 1.18.0 --- lv2/core/lv2core.meta.ttl | 5 +++-- lv2/core/meta.ttl | 7 +++++-- lv2/patch/manifest.ttl | 2 +- lv2/patch/patch.meta.ttl | 5 +++-- lv2/port-groups/manifest.ttl | 2 +- lv2/port-groups/port-groups.meta.ttl | 5 +++-- lv2/state/manifest.ttl | 2 +- lv2/state/state.meta.ttl | 5 +++-- lv2/ui/manifest.ttl | 2 +- lv2/ui/ui.meta.ttl | 5 +++-- lv2/worker/worker.meta.ttl | 4 ++-- 11 files changed, 26 insertions(+), 18 deletions(-) (limited to 'lv2') diff --git a/lv2/core/lv2core.meta.ttl b/lv2/core/lv2core.meta.ttl index 1826a06..1dca855 100644 --- a/lv2/core/lv2core.meta.ttl +++ b/lv2/core/lv2core.meta.ttl @@ -16,8 +16,9 @@ ; doap:maintainer ; doap:release [ - doap:revision "17.0" ; - doap:created "2019-03-19" ; + doap:revision "18.0" ; + doap:created "2020-04-26" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index 930e404..721fba8 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -38,12 +38,15 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ - doap:revision "1.17.2" ; - doap:created "2019-03-27" ; + doap:revision "1.18.0" ; + doap:created "2020-04-26" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Improve documentation." + ] , [ + rdfs:label "Separate extended documentation from primary data." ] ] ] , [ diff --git a/lv2/patch/manifest.ttl b/lv2/patch/manifest.ttl index 5125155..25150bd 100644 --- a/lv2/patch/manifest.ttl +++ b/lv2/patch/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 7 ; + lv2:microVersion 8 ; rdfs:seeAlso . diff --git a/lv2/patch/patch.meta.ttl b/lv2/patch/patch.meta.ttl index d6a6422..549757a 100644 --- a/lv2/patch/patch.meta.ttl +++ b/lv2/patch/patch.meta.ttl @@ -13,8 +13,9 @@ doap:name "LV2 Patch" ; doap:shortdesc "A protocol for accessing and manipulating properties." ; doap:release [ - doap:revision "2.7" ; - doap:created "2019-03-22" ; + doap:revision "2.8" ; + doap:created "2020-04-26" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/port-groups/manifest.ttl b/lv2/port-groups/manifest.ttl index 3cda6c6..a887cb0 100644 --- a/lv2/port-groups/manifest.ttl +++ b/lv2/port-groups/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 3 ; + lv2:microVersion 4 ; rdfs:seeAlso . diff --git a/lv2/port-groups/port-groups.meta.ttl b/lv2/port-groups/port-groups.meta.ttl index 210e9dd..67408ec 100644 --- a/lv2/port-groups/port-groups.meta.ttl +++ b/lv2/port-groups/port-groups.meta.ttl @@ -14,8 +14,9 @@ doap:developer , ; doap:release [ - doap:revision "1.3" ; - doap:created "2019-04-27" ; + doap:revision "1.4" ; + doap:created "2020-04-26" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/state/manifest.ttl b/lv2/state/manifest.ttl index 4bbee9a..6d12358 100644 --- a/lv2/state/manifest.ttl +++ b/lv2/state/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 5 ; + lv2:microVersion 6 ; rdfs:seeAlso . diff --git a/lv2/state/state.meta.ttl b/lv2/state/state.meta.ttl index 03a4085..766ac57 100644 --- a/lv2/state/state.meta.ttl +++ b/lv2/state/state.meta.ttl @@ -15,8 +15,9 @@ ; doap:maintainer ; doap:release [ - doap:revision "2.5" ; - doap:created "2019-06-03" ; + doap:revision "2.6" ; + doap:created "2020-04-26" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/ui/manifest.ttl b/lv2/ui/manifest.ttl index 72c9d07..9f259ad 100644 --- a/lv2/ui/manifest.ttl +++ b/lv2/ui/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 21 ; + lv2:microVersion 22 ; rdfs:seeAlso . diff --git a/lv2/ui/ui.meta.ttl b/lv2/ui/ui.meta.ttl index 59d5ac6..cb92a86 100644 --- a/lv2/ui/ui.meta.ttl +++ b/lv2/ui/ui.meta.ttl @@ -15,8 +15,9 @@ doap:developer ; doap:maintainer ; doap:release [ - doap:revision "2.21" ; - doap:created "2020-03-17" ; + doap:revision "2.22" ; + doap:created "2020-04-26" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/worker/worker.meta.ttl b/lv2/worker/worker.meta.ttl index 1ed077a..f696d61 100644 --- a/lv2/worker/worker.meta.ttl +++ b/lv2/worker/worker.meta.ttl @@ -13,8 +13,8 @@ doap:developer ; doap:release [ doap:revision "1.2" ; - doap:created "2016-07-31" ; - doap:file-release ; + doap:created "2020-04-26" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ -- cgit v1.2.1