summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-26 19:23:35 -0400
committerDavid Robillard <d@drobilla.net>2022-05-26 19:23:35 -0400
commitd613187161b5cb432a8b288b42241b1916c62f4f (patch)
tree10e2a03ba4e104df1545fc9574173be7c580c209
parent31251d4fca8162ebb4b665aa42d5a4eec1d63eb6 (diff)
downloadsord-d613187161b5cb432a8b288b42241b1916c62f4f.tar.gz
sord-d613187161b5cb432a8b288b42241b1916c62f4f.tar.bz2
sord-d613187161b5cb432a8b288b42241b1916c62f4f.zip
Sord 0.16.10v0.16.10
-rw-r--r--NEWS5
-rw-r--r--src/sord_config.h2
-rw-r--r--wscript2
3 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 325be60..48744c6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
-sord (0.16.9) unstable;
+sord (0.16.10) stable;
+ * Fix Windows build
* Fix potential crash or incorrectness issue with GCC 10 again
- -- David Robillard <d@drobilla.net> Tue, 12 Jan 2021 14:17:39 +0000
+ -- David Robillard <d@drobilla.net> Thu, 26 May 2022 23:22:39 +0000
sord (0.16.8) stable;
diff --git a/src/sord_config.h b/src/sord_config.h
index e534a1d..caf61f0 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.9"
+#define SORD_VERSION "0.16.10"
#if !defined(SORD_NO_DEFAULT_CONFIG)
diff --git a/wscript b/wscript
index 8dc49ef..509d8db 100644
--- a/wscript
+++ b/wscript
@@ -11,7 +11,7 @@ from waflib.extras import autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SORD_VERSION = '0.16.9'
+SORD_VERSION = '0.16.10'
SORD_MAJOR_VERSION = '0'
# Mandatory waf variables