summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-07 22:47:53 +0100
committerDavid Robillard <d@drobilla.net>2021-01-07 22:47:53 +0100
commitcbc05978dc38071183b3b4cec74ebc1fabaace6d (patch)
treea36656ecfe9ca3c4d8fa2dcd4159789bd4288e53
parent8bfd66a92a4b6d6f5ba25a0826c62196008f815e (diff)
downloadlilv-cbc05978dc38071183b3b4cec74ebc1fabaace6d.tar.gz
lilv-cbc05978dc38071183b3b4cec74ebc1fabaace6d.tar.bz2
lilv-cbc05978dc38071183b3b4cec74ebc1fabaace6d.zip
Lilv 0.24.12v0.24.12
-rw-r--r--NEWS4
-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, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 246c4a0..24dc627 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-lilv (0.24.11) unstable;
+lilv (0.24.12) stable;
* Allow connecting ports to structures in Python
* Fix potential memory error when joining filesystem paths
@@ -7,7 +7,7 @@ lilv (0.24.11) unstable;
* Fix writing state manifests on Windows
* Remove the need for a generated configuration header
- -- David Robillard <d@drobilla.net> Fri, 01 Jan 2021 16:54:05 +0000
+ -- David Robillard <d@drobilla.net> Thu, 07 Jan 2021 21:46:06 +0000
lilv (0.24.10) stable;
diff --git a/bindings/python/conf.py b/bindings/python/conf.py
index 576919e..005e03a 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.2'
+version = '0.24.12'
# The full version, including alpha/beta/rc tags.
-release = '0.24.2'
+release = '0.24.12'
# 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 2a7614f..98da72f 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.7"
+__version__ = "0.24.12"
__maintainer__ = "David Robillard"
__email__ = "d@drobilla.net"
__status__ = "Production"
diff --git a/src/lilv_config.h b/src/lilv_config.h
index 2a8ff51..d0e23c3 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.11"
+#define LILV_VERSION "0.24.12"
#if !defined(LILV_NO_DEFAULT_CONFIG)
diff --git a/wscript b/wscript
index b11b8aa..6f3c6a4 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.11'
+LILV_VERSION = '0.24.12'
LILV_MAJOR_VERSION = '0'
# Mandatory waf variables