diff options
author | daan <daanl@outlook.com> | 2020-09-03 09:45:53 -0700 |
---|---|---|
committer | daan <daanl@outlook.com> | 2020-09-03 09:45:53 -0700 |
commit | 76a68cd7af539625dea3ce349aa7742bc02e1ebc (patch) | |
tree | 8c04d7baf8ff2bf0eb74d46bd82941c21f02e6b3 /include/mimalloc.h | |
parent | ef8e5d18a65f653bbef9cf57694aff37d2e85b9d (diff) |
bump version to 1.6.6 with new atomics
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 f44f6d9..4b0a911 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 164 // major + 2 digits minor +#define MI_MALLOC_VERSION 166 // major + 2 digits minor // ------------------------------------------------------ // Compiler specific attributes |