diff options
author | David Robillard <d@drobilla.net> | 2022-07-17 14:42:56 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-17 18:14:02 -0400 |
commit | aad9e84bbfc8dc955260f34bf8a63477052e2e55 (patch) | |
tree | 78c9148efb87f0eb3b24152c870310a08a3a2723 | |
parent | e9f3b558b068f68e2a76ed092b1132d91eac36d9 (diff) | |
download | lv2-aad9e84bbfc8dc955260f34bf8a63477052e2e55.tar.xz |
LV2 1.18.6v1.18.6
-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: [ |