aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lv2/core.lv2/lv2core.meta.ttl5
-rw-r--r--lv2/core.lv2/manifest.ttl2
-rw-r--r--lv2/core.lv2/meta.ttl6
-rw-r--r--meson.build2
4 files changed, 9 insertions, 6 deletions
diff --git a/lv2/core.lv2/lv2core.meta.ttl b/lv2/core.lv2/lv2core.meta.ttl
index 62efd52..bb7b185 100644
--- a/lv2/core.lv2/lv2core.meta.ttl
+++ b/lv2/core.lv2/lv2core.meta.ttl
@@ -16,8 +16,9 @@
<http://drobilla.net/drobilla#me> ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
doap:release [
- doap:revision "18.5" ;
- doap:created "2022-08-04" ;
+ doap:revision "18.6" ;
+ doap:created "2022-08-12" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.18.8.tar.bz2> ;
dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
diff --git a/lv2/core.lv2/manifest.ttl b/lv2/core.lv2/manifest.ttl
index 26c10b6..7f5e37e 100644
--- a/lv2/core.lv2/manifest.ttl
+++ b/lv2/core.lv2/manifest.ttl
@@ -5,7 +5,7 @@
<http://lv2plug.in/ns/lv2core>
a lv2:Specification ;
lv2:minorVersion 18 ;
- lv2:microVersion 5 ;
+ lv2:microVersion 6 ;
rdfs:seeAlso <lv2core.ttl> .
<http://lv2plug.in/ns/lv2>
diff --git a/lv2/core.lv2/meta.ttl b/lv2/core.lv2/meta.ttl
index 757850c..31500b3 100644
--- a/lv2/core.lv2/meta.ttl
+++ b/lv2/core.lv2/meta.ttl
@@ -34,8 +34,10 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R
meta:kfoltman ,
meta:paniq ;
doap:release [
- doap:revision "1.18.7" ;
- doap:created "2022-08-04" ;
+ doap:revision "1.18.8" ;
+ doap:created "2022-08-12" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.18.8.tar.xz> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
rdfs:label "lv2specgen: Fix installed data paths."
diff --git a/meson.build b/meson.build
index 642ecbf..0a0175c 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: CC0-1.0 OR ISC
project('lv2', ['c'],
- version: '1.18.7',
+ version: '1.18.8',
license: 'ISC',
meson_version: '>= 0.56.0',
default_options: [