diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +sord (0.16.6) stable; + + * Fix potential crash or incorrectness issues with GCC 10 + * Fix various minor warnings and other code quality issues + + -- David Robillard <d@drobilla.net> Sun, 27 Sep 2020 11:08:18 +0000 + sord (0.16.4) stable; * Update build system @@ -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.5' +SORD_VERSION = '0.16.6' SORD_MAJOR_VERSION = '0' # Mandatory waf variables |