diff options
author | daan <daan@effp.org> | 2022-11-03 17:03:57 -0700 |
---|---|---|
committer | daan <daan@effp.org> | 2022-11-03 17:03:57 -0700 |
commit | fe61be80bf8942e764e18d469e96f8dacab44728 (patch) | |
tree | 9fc47063ff167de55aba9794cde78eadaa555765 /include/mimalloc.h | |
parent | 3bf299cd2b17c4b6c8cc74482f47f491ff1784ca (diff) |
update to v1.7.7
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 e9213ce..dec0fc0 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 176 // major + 2 digits minor +#define MI_MALLOC_VERSION 177 // major + 2 digits minor // ------------------------------------------------------ // Compiler specific attributes |