diff options
author | David Robillard <d@drobilla.net> | 2021-01-07 22:34:01 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-07 22:34:01 +0100 |
commit | 7962b09d9d16cecfa64338718c74b89d11c34b73 (patch) | |
tree | fdd64481edf1852f3bce5614c9214e7d9ba43b17 | |
parent | 2e39b2274e6cf800136d2249bce8b1577a28ff8c (diff) | |
download | sord-7962b09d9d16cecfa64338718c74b89d11c34b73.tar.gz sord-7962b09d9d16cecfa64338718c74b89d11c34b73.tar.bz2 sord-7962b09d9d16cecfa64338718c74b89d11c34b73.zip |
Sord 0.16.8v0.16.8
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | src/sord_config.h | 2 | ||||
-rw-r--r-- | wscript | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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) @@ -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 |