diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | bindings/python/conf.py | 4 | ||||
-rw-r--r-- | bindings/python/lilv.py | 2 | ||||
-rw-r--r-- | doc/lv2apply.1 | 2 | ||||
-rw-r--r-- | doc/lv2bench.1 | 2 | ||||
-rw-r--r-- | doc/lv2info.1 | 2 | ||||
-rw-r--r-- | doc/lv2ls.1 | 2 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | src/lilv_config.h | 2 |
9 files changed, 11 insertions, 11 deletions
@@ -1,4 +1,4 @@ -lilv (0.24.21) unstable; urgency=medium +lilv (0.24.22) stable; urgency=medium * Allow LILV_API to be defined by the user * Clean up code @@ -13,7 +13,7 @@ lilv (0.24.21) unstable; urgency=medium * Replace duplicated dox_to_sphinx script with sphinxygen dependency * Switch to external zix dependency - -- David Robillard <d@drobilla.net> Sat, 23 Sep 2023 23:52:00 +0000 + -- David Robillard <d@drobilla.net> Sun, 22 Oct 2023 20:14:02 +0000 lilv (0.24.20) stable; urgency=medium diff --git a/bindings/python/conf.py b/bindings/python/conf.py index 68c1145..736cb79 100644 --- a/bindings/python/conf.py +++ b/bindings/python/conf.py @@ -60,9 +60,9 @@ copyright = u'2016, David Robillard' # built documents. # # The short X.Y version. -version = '0.24.21' +version = '0.24.22' # The full version, including alpha/beta/rc tags. -release = '0.24.21' +release = '0.24.22' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/bindings/python/lilv.py b/bindings/python/lilv.py index ab7a20b..a8dcfec 100644 --- a/bindings/python/lilv.py +++ b/bindings/python/lilv.py @@ -6,7 +6,7 @@ __author__ = "David Robillard" __copyright__ = "Copyright 2016-2022 David Robillard" __license__ = "ISC" -__version__ = "0.24.21" +__version__ = "0.24.22" __maintainer__ = "David Robillard" __email__ = "d@drobilla.net" __status__ = "Production" diff --git a/doc/lv2apply.1 b/doc/lv2apply.1 index e963346..f6b310f 100644 --- a/doc/lv2apply.1 +++ b/doc/lv2apply.1 @@ -2,7 +2,7 @@ .\" # SPDX-License-Identifier: ISC .Dd Nov 29, 2022 .Dt LV2APPLY 1 -.Os Lilv 0.24.21 +.Os Lilv 0.24.22 .Sh NAME .Nm lv2apply .Nd apply an LV2 plugin to an audio file diff --git a/doc/lv2bench.1 b/doc/lv2bench.1 index b1aeee5..a3e8b2d 100644 --- a/doc/lv2bench.1 +++ b/doc/lv2bench.1 @@ -2,7 +2,7 @@ .\" # SPDX-License-Identifier: ISC .Dd Nov 29, 2022 .Dt LV2BENCH 1 -.Os Lilv 0.24.21 +.Os Lilv 0.24.22 .Sh NAME .Nm lv2bench .Nd benchmark all installed and supported LV2 plugins diff --git a/doc/lv2info.1 b/doc/lv2info.1 index 4712ebd..fbbb684 100644 --- a/doc/lv2info.1 +++ b/doc/lv2info.1 @@ -2,7 +2,7 @@ .\" # SPDX-License-Identifier: ISC .Dd Nov 29, 2022 .Dt LV2INFO 1 -.Os Lilv 0.24.21 +.Os Lilv 0.24.22 .Sh NAME .Nm lv2info .Nd print information about an installed LV2 plugin diff --git a/doc/lv2ls.1 b/doc/lv2ls.1 index fffe7c0..25d79f8 100644 --- a/doc/lv2ls.1 +++ b/doc/lv2ls.1 @@ -2,7 +2,7 @@ .\" # SPDX-License-Identifier: ISC .Dd Nov 29, 2022 .Dt LV2LS 1 -.Os Lilv 0.24.21 +.Os Lilv 0.24.22 .Sh NAME .Nm lv2ls .Nd list all installed LV2 plugins diff --git a/meson.build b/meson.build index 1446615..a72696b 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ project( ], license: 'ISC', meson_version: '>= 0.56.0', - version: '0.24.21', + version: '0.24.22', ) lilv_src_root = meson.current_source_dir() diff --git a/src/lilv_config.h b/src/lilv_config.h index d249bb7..2533384 100644 --- a/src/lilv_config.h +++ b/src/lilv_config.h @@ -5,7 +5,7 @@ #define LILV_CONFIG_H // Define version unconditionally so a warning will catch a mismatch -#define LILV_VERSION "0.24.21" +#define LILV_VERSION "0.24.22" // Separator between entries in variables like PATH #ifndef LILV_PATH_SEP |