diff options
author | Daan <daanl@outlook.com> | 2022-02-14 16:36:03 -0800 |
---|---|---|
committer | Daan <daanl@outlook.com> | 2022-02-14 16:36:03 -0800 |
commit | 19edc880dae1cd51381a4e59aae74ffd59a108cc (patch) | |
tree | 188c0bd1b927f36a135b5d284835b7dc578f1b00 /include/mimalloc.h | |
parent | a1310047c45dc5785e2a1f6e0507bc2f4c73ea9d (diff) | |
parent | 817569dfad79732233fb86649c89e04387ce02e9 (diff) |
merge from dev
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 0880584..83debd2 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 204 // major + 2 digits minor +#define MI_MALLOC_VERSION 205 // major + 2 digits minor // ------------------------------------------------------ // Compiler specific attributes |