summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--src/sord_config.h2
-rw-r--r--wscript2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 298cba4..b09bba5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
-sord (0.16.7) unstable;
+sord (0.16.8) stable;
* Clean up code
* Fix potential undefined behavior
* Fix potentially incorrect search results
* Remove the need for a generated configuration header
- -- David Robillard <d@drobilla.net> Fri, 01 Jan 2021 16:59:03 +0000
+ -- David Robillard <d@drobilla.net> Thu, 07 Jan 2021 21:33:53 +0000
sord (0.16.6) stable;
diff --git a/src/sord_config.h b/src/sord_config.h
index 00bb31d..d7d4c21 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.7"
+#define SORD_VERSION "0.16.8"
#if !defined(SORD_NO_DEFAULT_CONFIG)
diff --git a/wscript b/wscript
index 6ca7db4..5c432ed 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.7'
+SORD_VERSION = '0.16.8'
SORD_MAJOR_VERSION = '0'
# Mandatory waf variables