diff options
author | daan <daanl@outlook.com> | 2020-09-23 20:00:23 -0700 |
---|---|---|
committer | daan <daanl@outlook.com> | 2020-09-23 20:00:23 -0700 |
commit | 64a3d24dcdf702aa7c1fc36c03e6cc8e8d4a49c2 (patch) | |
tree | 0a0574f7aa8e9ef5e67afcda1a6938ccc2b9ca6f /include/mimalloc.h | |
parent | 6d47e65b786a160eb8d64498796e5cbaeab954bb (diff) |
bump version to 1.6.5
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 5b3d13e..e09f7d3 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 |