diff options
author | Daan <daanl@outlook.com> | 2022-02-14 16:48:30 -0800 |
---|---|---|
committer | Daan <daanl@outlook.com> | 2022-02-14 16:48:30 -0800 |
commit | 10da1af59b22e7f0b89ca927cc9b98e7e7eaa64c (patch) | |
tree | 74d4e35d84e886e449388c42e9b400d03edb75b7 /include/mimalloc.h | |
parent | b89b4fd18a103eda7397cc7000b5ee5eda2f3cd8 (diff) | |
parent | ec2265486ecf1d1868afa76c68bcbb8b70dd8fac (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 83debd2..5e4c374 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 205 // major + 2 digits minor +#define MI_MALLOC_VERSION 206 // major + 2 digits minor // ------------------------------------------------------ // Compiler specific attributes |