diff options
author | daan <daanl@outlook.com> | 2020-09-24 09:11:58 -0700 |
---|---|---|
committer | daan <daanl@outlook.com> | 2020-09-24 09:11:58 -0700 |
commit | 165b64f5539e65e87f85dc5119210c466b29757b (patch) | |
tree | a1bf7cd9ea495c41c0e0e9079237ac7d31c34e08 /include/mimalloc.h | |
parent | fbaa70e1eb5f7c797c4298f4d7a44f5e71ae06b2 (diff) | |
parent | c05302f097439cf3b81d9dbcdb015e40609da3dc (diff) |
Merge branch 'dev-exp' into dev-slice
Diffstat (limited to 'include/mimalloc.h')
-rw-r--r-- | include/mimalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mimalloc.h b/include/mimalloc.h index e04c0b9..3899835 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 166 // major + 2 digits minor +#define MI_MALLOC_VERSION 165 // major + 2 digits minor // ------------------------------------------------------ // Compiler specific attributes |