diff options
-rw-r--r-- | lv2/core.lv2/meta.ttl | 5 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lv2/core.lv2/meta.ttl b/lv2/core.lv2/meta.ttl index d8878c1..556695e 100644 --- a/lv2/core.lv2/meta.ttl +++ b/lv2/core.lv2/meta.ttl @@ -34,7 +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.5" ; + doap:revision "1.18.6" ; + doap:created "2022-07-07" ; + doap:file-release <http://lv2plug.in/spec/lv2-1.18.6.tar.bz2> ; + dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ rdfs:label "Fix or avoid new compiler and tool warnings." diff --git a/meson.build b/meson.build index 44dbdb4..14f9876 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.5', + version: '1.18.6', license: 'ISC', meson_version: '>= 0.56.0', default_options: [ |