diff options
-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 |