aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-09 13:27:03 -0400
committerDavid Robillard <d@drobilla.net>2022-09-09 13:27:03 -0400
commit0bcde338db1c63bbc503b4d1f6d7b55ed43154af (patch)
tree7660cd159c8f875fac17f39fd7ecf017e6a7143b
parent93349b03bcf1552223a9c49f3f2e99bace4a1c04 (diff)
downloadlv2-0bcde338db1c63bbc503b4d1f6d7b55ed43154af.tar.xz
LV2 1.18.10
-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: [