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,10 +1,10 @@ -sord (0.16.13) unstable; urgency=medium +sord (0.16.14) stable; urgency=medium * Adopt REUSE machine-readable licensing standard * Allow programs to be used from subproject * Fix accidentally exposed internal zix symbols - -- David Robillard <d@drobilla.net> Thu, 08 Sep 2022 13:01:44 +0000 + -- David Robillard <d@drobilla.net> Fri, 09 Sep 2022 03:07:46 +0000 sord (0.16.12) stable; urgency=medium diff --git a/meson.build b/meson.build index 0c9ffd1..a8b94da 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: 0BSD OR ISC project('sord', ['c'], - version: '0.16.13', + version: '0.16.14', license: 'ISC', meson_version: '>= 0.56.0', default_options: [ diff --git a/src/sord_config.h b/src/sord_config.h index d38730d..eb916bf 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.13" +#define SORD_VERSION "0.16.14" #if !defined(SORD_NO_DEFAULT_CONFIG) |