Skip to content

Commit

Permalink
Lilv 0.24.18
Browse files Browse the repository at this point in the history
  • Loading branch information
drobilla committed Aug 12, 2022
1 parent bc824e9 commit cd2be45
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions NEWS
@@ -1,9 +1,9 @@
lilv (0.24.17) unstable; urgency=medium
lilv (0.24.18) stable; urgency=medium

* Allow programs to be used from subproject
* Fix default LV2_PATH

-- David Robillard <d@drobilla.net> Tue, 09 Aug 2022 13:46:15 +0000
-- David Robillard <d@drobilla.net> Fri, 12 Aug 2022 22:15:29 +0000

lilv (0.24.16) stable; urgency=medium

Expand Down
4 changes: 2 additions & 2 deletions bindings/python/conf.py
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '0.24.17'
version = '0.24.18'
# The full version, including alpha/beta/rc tags.
release = '0.24.17'
release = '0.24.18'

# 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
Expand Up @@ -3,7 +3,7 @@
__author__ = "David Robillard"
__copyright__ = "Copyright 2016-2020 David Robillard"
__license__ = "ISC"
__version__ = "0.24.17"
__version__ = "0.24.18"
__maintainer__ = "David Robillard"
__email__ = "d@drobilla.net"
__status__ = "Production"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: CC0-1.0 OR ISC

project('lilv', ['c'],
version: '0.24.17',
version: '0.24.18',
license: 'ISC',
meson_version: '>= 0.56.0',
default_options: [
Expand Down
2 changes: 1 addition & 1 deletion src/lilv_config.h
Expand Up @@ -29,7 +29,7 @@
#define LILV_CONFIG_H

// Define version unconditionally so a warning will catch a mismatch
#define LILV_VERSION "0.24.17"
#define LILV_VERSION "0.24.18"

#if !defined(LILV_NO_DEFAULT_CONFIG)

Expand Down

0 comments on commit cd2be45

Please sign in to comment.