summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--bindings/python/conf.py4
-rw-r--r--bindings/python/lilv.py2
-rw-r--r--doc/lv2apply.12
-rw-r--r--doc/lv2bench.12
-rw-r--r--doc/lv2info.12
-rw-r--r--doc/lv2ls.12
-rw-r--r--meson.build2
-rw-r--r--src/lilv_config.h2
9 files changed, 11 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index becaafd..f0d3523 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-lilv (0.24.23) unstable; urgency=medium
+lilv (0.24.24) stable; urgency=medium
* Avoid overriding state features passed by the host
* Fix null dereference when trying to load state from a missing file
* Fix potential null dereferences and conversion warnings
- -- David Robillard <d@drobilla.net> Sat, 20 Jan 2024 22:28:18 +0000
+ -- David Robillard <d@drobilla.net> Tue, 23 Jan 2024 19:39:29 +0000
lilv (0.24.22) stable; urgency=medium
diff --git a/bindings/python/conf.py b/bindings/python/conf.py
index 64252ed..5e626f0 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.23'
+version = '0.24.24'
# The full version, including alpha/beta/rc tags.
-release = '0.24.23'
+release = '0.24.24'
# 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 ac0c46e..643dcb1 100644
--- a/bindings/python/lilv.py
+++ b/bindings/python/lilv.py
@@ -6,7 +6,7 @@
__author__ = "David Robillard"
__copyright__ = "Copyright 2016-2024 David Robillard"
__license__ = "ISC"
-__version__ = "0.24.22"
+__version__ = "0.24.24"
__maintainer__ = "David Robillard"
__email__ = "d@drobilla.net"
__status__ = "Production"
diff --git a/doc/lv2apply.1 b/doc/lv2apply.1
index 6589049..3cb91ce 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.23
+.Os Lilv 0.24.24
.Sh NAME
.Nm lv2apply
.Nd apply an LV2 plugin to an audio file
diff --git a/doc/lv2bench.1 b/doc/lv2bench.1
index 713f31d..2ec8cba 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.23
+.Os Lilv 0.24.24
.Sh NAME
.Nm lv2bench
.Nd benchmark all installed and supported LV2 plugins
diff --git a/doc/lv2info.1 b/doc/lv2info.1
index 8380965..0286b2f 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.23
+.Os Lilv 0.24.24
.Sh NAME
.Nm lv2info
.Nd print information about an installed LV2 plugin
diff --git a/doc/lv2ls.1 b/doc/lv2ls.1
index 6f34041..d16d64d 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.23
+.Os Lilv 0.24.24
.Sh NAME
.Nm lv2ls
.Nd list all installed LV2 plugins
diff --git a/meson.build b/meson.build
index 43fff22..1bab956 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,7 @@ project(
],
license: 'ISC',
meson_version: '>= 0.56.0',
- version: '0.24.23',
+ version: '0.24.24',
)
lilv_src_root = meson.current_source_dir()
diff --git a/src/lilv_config.h b/src/lilv_config.h
index 2c00901..2ddb739 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.23"
+#define LILV_VERSION "0.24.24"
// Separator between entries in variables like PATH
#ifndef LILV_PATH_SEP