diff options
author | Daan <daanl@outlook.com> | 2021-12-14 18:29:14 -0800 |
---|---|---|
committer | Daan <daanl@outlook.com> | 2021-12-14 18:29:14 -0800 |
commit | 69b6b246880d04e911416ffce8e8ccf6539ae2d7 (patch) | |
tree | f8a402d6f58b71ed2a9f7682a4c8ca32be17de4a /include/mimalloc.h | |
parent | 1bbc1840829e56c18da5d82c81355c8670b8c0b0 (diff) |
further improvements to installation directories
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 06a1670..a955e35 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 173 // major + 2 digits minor +#define MI_MALLOC_VERSION 174 // major + 2 digits minor // ------------------------------------------------------ // Compiler specific attributes |