summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-26 21:40:27 -0400
committerDavid Robillard <d@drobilla.net>2022-05-26 21:40:27 -0400
commitc36d3451278555134de850fc548d743b6da2179a (patch)
treebd0687bc4e27061b8b7ec419d69bc32040c03725
parent0744f58d5fc995009a22466299cbe92ba4be4d60 (diff)
downloadlilv-0.24.14.tar.gz
lilv-0.24.14.tar.bz2
lilv-0.24.14.zip
Lilv 0.24.14v0.24.14
-rw-r--r--NEWS5
-rw-r--r--bindings/python/conf.py4
-rw-r--r--bindings/python/lilv.py2
-rw-r--r--src/lilv_config.h2
-rw-r--r--wscript2
5 files changed, 8 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index c911422..cc64f4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
-lilv (0.24.13) unstable;
+lilv (0.24.14) stable;
+ * Fix build issues with newer toolchains
* Fix unused parameter warnings
* Update zix tree
- -- David Robillard <d@drobilla.net> Mon, 11 Jan 2021 11:20:41 +0000
+ -- David Robillard <d@drobilla.net> Fri, 27 May 2022 01:38:26 +0000
lilv (0.24.12) stable;
diff --git a/bindings/python/conf.py b/bindings/python/conf.py
index 005e03a..7db38f9 100644
--- a/bindings/python/conf.py
+++ b/bindings/python/conf.py
@@ -56,9 +56,9 @@ copyright = u'2016, David Robillard'
# built documents.
#
# The short X.Y version.
-version = '0.24.12'
+version = '0.24.14'
# The full version, including alpha/beta/rc tags.
-release = '0.24.12'
+release = '0.24.14'
# 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 98da72f..252d8fc 100644
--- a/bindings/python/lilv.py
+++ b/bindings/python/lilv.py
@@ -3,7 +3,7 @@
__author__ = "David Robillard"
__copyright__ = "Copyright 2016-2020 David Robillard"
__license__ = "ISC"
-__version__ = "0.24.12"
+__version__ = "0.24.14"
__maintainer__ = "David Robillard"
__email__ = "d@drobilla.net"
__status__ = "Production"
diff --git a/src/lilv_config.h b/src/lilv_config.h
index 10231c5..314aa9a 100644
--- a/src/lilv_config.h
+++ b/src/lilv_config.h
@@ -29,7 +29,7 @@
#define LILV_CONFIG_H
// Define version unconditionally so a warning will catch a mismatch
-#define LILV_VERSION "0.24.13"
+#define LILV_VERSION "0.24.14"
#if !defined(LILV_NO_DEFAULT_CONFIG)
diff --git a/wscript b/wscript
index f5ee83a..796f0fa 100644
--- a/wscript
+++ b/wscript
@@ -12,7 +12,7 @@ from waflib.extras import autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-LILV_VERSION = '0.24.13'
+LILV_VERSION = '0.24.14'
LILV_MAJOR_VERSION = '0'
# Mandatory waf variables