diff options
author | David Robillard <d@drobilla.net> | 2022-07-17 17:33:38 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-18 20:10:45 -0400 |
commit | ddbc1d6e953a016777f093953f9b21aeb563001e (patch) | |
tree | c85c7cdafa05bd1485a37ff7918c16e404325dac | |
parent | e2731cf7008b2f1f9e1f44283b07c3fe0296bbee (diff) | |
download | sord-ddbc1d6e953a016777f093953f9b21aeb563001e.tar.gz sord-ddbc1d6e953a016777f093953f9b21aeb563001e.tar.bz2 sord-ddbc1d6e953a016777f093953f9b21aeb563001e.zip |
Sord 0.16.12v0.16.12
-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) |