summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-17 17:33:38 -0400
committerDavid Robillard <d@drobilla.net>2022-07-18 20:10:45 -0400
commitddbc1d6e953a016777f093953f9b21aeb563001e (patch)
treec85c7cdafa05bd1485a37ff7918c16e404325dac
parente2731cf7008b2f1f9e1f44283b07c3fe0296bbee (diff)
downloadsord-ddbc1d6e953a016777f093953f9b21aeb563001e.tar.gz
sord-ddbc1d6e953a016777f093953f9b21aeb563001e.tar.bz2
sord-ddbc1d6e953a016777f093953f9b21aeb563001e.zip
Sord 0.16.12v0.16.12
-rw-r--r--NEWS2
-rw-r--r--meson.build2
-rw-r--r--src/sord_config.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 19a82bc..2d86b83 100644
--- a/NEWS
+++ b/NEWS
@@ -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)