From 5bc9b6e08b2555f2f1a9fe65db266dc97f4a50ba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 12 Jan 2021 15:18:49 +0100 Subject: Update zix This fixes, once again, a potential BTree crash with GCC 10 which got lost somewhere along the way. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 5c432ed..09b350a 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.8' +SORD_VERSION = '0.16.9' SORD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1