diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | src/sord_config.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -sord (0.16.11) unstable; +sord (0.16.12) stable; * Fix various warnings * Switch to meson build system diff --git a/meson.build b/meson.build index 9a77653..1a991bc 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 OR ISC project('sord', ['c'], - version: '0.16.11', + version: '0.16.12', license: 'ISC', meson_version: '>= 0.56.0', default_options: [ diff --git a/src/sord_config.h b/src/sord_config.h index 59311ff..e349bf9 100644 --- a/src/sord_config.h +++ b/src/sord_config.h @@ -29,7 +29,7 @@ #define SORD_CONFIG_H // Define version unconditionally so a warning will catch a mismatch -#define SORD_VERSION "0.16.11" +#define SORD_VERSION "0.16.12" #if !defined(SORD_NO_DEFAULT_CONFIG) |