diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | src/sord_config.h | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -sord (0.16.15) unstable; urgency=medium +sord (0.16.16) stable; urgency=medium * Allow SORD_API to be defined by the user * Fix command line help interface of sord_validate @@ -7,7 +7,7 @@ sord (0.16.15) unstable; urgency=medium * Port sord_validate to pcre2 * Switch to external zix dependency - -- David Robillard <d@drobilla.net> Tue, 05 Sep 2023 22:45:10 +0000 + -- David Robillard <d@drobilla.net> Sun, 22 Oct 2023 19:59:16 +0000 sord (0.16.14) stable; urgency=medium diff --git a/meson.build b/meson.build index de96b44..feba3de 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ project( ], license: 'ISC', meson_version: '>= 0.56.0', - version: '0.16.15', + version: '0.16.16', ) sord_src_root = meson.current_source_dir() diff --git a/src/sord_config.h b/src/sord_config.h index 5b7a341..ff639b0 100644 --- a/src/sord_config.h +++ b/src/sord_config.h @@ -16,7 +16,7 @@ #define SORD_CONFIG_H // Define version unconditionally so a warning will catch a mismatch -#define SORD_VERSION "0.16.15" +#define SORD_VERSION "0.16.16" #if !defined(SORD_NO_DEFAULT_CONFIG) |