aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0cafca5..3787c8b 100644
--- a/NEWS
+++ b/NEWS
@@ -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: [