From aad9e84bbfc8dc955260f34bf8a63477052e2e55 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Jul 2022 14:42:56 -0400 Subject: LV2 1.18.6 --- lv2/core.lv2/meta.ttl | 5 ++++- 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 ; + dcs:blame ; 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: [ -- cgit v1.2.1