summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.reuse/dep52
-rw-r--r--NEWS4
-rw-r--r--doc/conf.py.in4
-rw-r--r--meson.build4
4 files changed, 7 insertions, 7 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5
index f08dd19..c66f252 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -4,7 +4,7 @@ Upstream-Contact: David Robillard <d@drobilla.net>
Source: https://gitlab.com/drobilla/suil
Files: AUTHORS NEWS suil.ttl
-Copyright: 2011-2022 David Robillard <d@drobilla.net>
+Copyright: 2011-2025 David Robillard <d@drobilla.net>
Comment: Contributed to the Commons as a representation of simple facts
License: 0BSD OR ISC
diff --git a/NEWS b/NEWS
index de5b534..6890053 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-suil (0.10.21) unstable; urgency=medium
+suil (0.10.22) stable; urgency=medium
* Add support for X11 in Qt6
* Fix library current_version on MacOS
* Monitor size hints and window resizes for X11 in Gtk3
- -- David Robillard <d@drobilla.net> Mon, 02 Dec 2024 03:38:40 +0000
+ -- David Robillard <d@drobilla.net> Sun, 19 Jan 2025 13:58:40 +0000
suil (0.10.20) stable; urgency=medium
diff --git a/doc/conf.py.in b/doc/conf.py.in
index 7b6a2db..2b80ec2 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -1,10 +1,10 @@
-# Copyright 2020-2023 David Robillard <d@drobilla.net>
+# Copyright 2020-2025 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: ISC
# Project information
project = "@SUIL_TITLE@"
-copyright = "2023, David Robillard"
+copyright = "2025, David Robillard"
author = "David Robillard"
release = "@SUIL_VERSION@"
version = "@SUIL_VERSION@"
diff --git a/meson.build b/meson.build
index 7de8745..3ededac 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ project(
],
license: 'ISC',
meson_version: '>= 0.56.0',
- version: '0.10.21',
+ version: '0.10.22',
)
suil_src_root = meson.current_source_dir()
@@ -203,7 +203,7 @@ endif
dl_dep = cc.find_library('dl', required: false)
-lv2_dep = dependency('lv2', fallback: 'lv2', version: '>= 1.18.3')
+lv2_dep = dependency('lv2', fallback: 'lv2', version: '>= 1.18.4')
x11_dep = dependency(
'x11',