diff options
author | David Robillard <d@drobilla.net> | 2021-01-12 15:18:49 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-12 15:20:18 +0100 |
commit | 5bc9b6e08b2555f2f1a9fe65db266dc97f4a50ba (patch) | |
tree | a4ef1e717776dda2cfcebc031c74bda583f5b4d7 /src/sord_config.h | |
parent | 7962b09d9d16cecfa64338718c74b89d11c34b73 (diff) | |
download | sord-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 'src/sord_config.h')
-rw-r--r-- | src/sord_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sord_config.h b/src/sord_config.h index d7d4c21..e534a1d 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.8" +#define SORD_VERSION "0.16.9" #if !defined(SORD_NO_DEFAULT_CONFIG) |