Skip to content

Commit

Permalink
Lilv 0.24.24
Browse files Browse the repository at this point in the history
  • Loading branch information
drobilla committed Jan 23, 2024
1 parent 344ef31 commit b6496d8
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sat, 20 Jan 2024 22:28:18 +0000
-- David Robillard <[email protected]> Tue, 23 Jan 2024 19:39:29 +0000

lilv (0.24.22) stable; urgency=medium

Expand Down
4 changes: 2 additions & 2 deletions bindings/python/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/lilv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected]"
__status__ = "Production"
Expand Down
2 changes: 1 addition & 1 deletion doc/lv2apply.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/lv2bench.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/lv2info.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/lv2ls.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion src/lilv_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6496d8

Please sign in to comment.