From 6adb919085d9177cca7491cbb5ecec9dcb69c0a2 Mon Sep 17 00:00:00 2001 From: daan Date: Thu, 24 Sep 2020 10:14:10 -0700 Subject: [PATCH] bump version to 1.6.6 --- include/mimalloc.h | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mimalloc.h b/include/mimalloc.h index a06a5f2..05cf92e 100644 --- a/include/mimalloc.h +++ b/include/mimalloc.h @@ -8,7 +8,7 @@ terms of the MIT license. A copy of the license can be found in the file #ifndef MIMALLOC_H #define MIMALLOC_H -#define MI_MALLOC_VERSION 165 // major + 2 digits minor +#define MI_MALLOC_VERSION 166 // major + 2 digits minor // ------------------------------------------------------ // Compiler specific attributes diff --git a/readme.md b/readme.md index 3dcefb5..accd09c 100644 --- a/readme.md +++ b/readme.md @@ -73,7 +73,7 @@ Enjoy! ### Releases -* 2020-09-24, `v1.6.5`: stable release 1.6: using standard C atomics, passing tsan testing, improved +* 2020-09-24, `v1.6.6`: stable release 1.6: using standard C atomics, passing tsan testing, improved handling of failing to commit on Windows, add `mi_process_info` api call. * 2020-08-06, `v1.6.4`: stable release 1.6: improved error recovery in low-memory situations, support for IllumOS and Haiku, NUMA support for Vista/XP, improved NUMA detection for AMD Ryzen, ubsan support.