summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-12 15:18:49 +0100
committerDavid Robillard <d@drobilla.net>2021-01-12 15:20:18 +0100
commit5bc9b6e08b2555f2f1a9fe65db266dc97f4a50ba (patch)
treea4ef1e717776dda2cfcebc031c74bda583f5b4d7 /wscript
parent7962b09d9d16cecfa64338718c74b89d11c34b73 (diff)
downloadsord-5bc9b6e08b2555f2f1a9fe65db266dc97f4a50ba.tar.gz
sord-5bc9b6e08b2555f2f1a9fe65db266dc97f4a50ba.tar.bz2
sord-5bc9b6e08b2555f2f1a9fe65db266dc97f4a50ba.zip
Update zix
This fixes, once again, a potential BTree crash with GCC 10 which got lost somewhere along the way.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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