diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -lv2 (1.18.9) unstable; urgency=medium +lv2 (1.18.10) stable; urgency=medium * Fix includedir in pkg-config file * Fix missing example plugin UI binaries * Only install lv2specgen when required Python modules are found * Replace change history data with a plain text NEWS file - -- David Robillard <d@drobilla.net> Wed, 07 Sep 2022 00:19:12 +0000 + -- David Robillard <d@drobilla.net> Fri, 09 Sep 2022 17:26:51 +0000 lv2 (1.18.8) stable; urgency=medium diff --git a/meson.build b/meson.build index 6c10fad..a202df5 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: 0BSD OR ISC project('lv2', ['c'], - version: '1.18.9', + version: '1.18.10', license: 'ISC', meson_version: '>= 0.56.0', default_options: [ |