diff options
author | David Robillard <d@drobilla.net> | 2022-08-12 21:07:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-12 21:07:59 -0400 |
commit | bd69ed78a6b9881ee3bb3d95a7a57bd8056fa796 (patch) | |
tree | ffa865c543a0e69b86b82a4fba1085475f775c7d | |
parent | 283a868ec1f76304cca68c32f00702142604d62c (diff) | |
download | lv2-bd69ed78a6b9881ee3bb3d95a7a57bd8056fa796.tar.xz |
LV2 1.18.8v1.18.8
-rw-r--r-- | lv2/core.lv2/lv2core.meta.ttl | 5 | ||||
-rw-r--r-- | lv2/core.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/core.lv2/meta.ttl | 6 | ||||
-rw-r--r-- | meson.build | 2 |
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: [ |