diff options
author | Daan <daanl@outlook.com> | 2021-11-14 15:33:56 -0800 |
---|---|---|
committer | Daan <daanl@outlook.com> | 2021-11-14 15:33:56 -0800 |
commit | 4a590b1447e9d27e00dcd5bc9ac62eab6d7e51bb (patch) | |
tree | 4190877a4444a386e5c012f87def71472c10ceb1 /include/mimalloc.h | |
parent | 07253fb44c3c220c93dbb64c6dd12c5d7608fb4a (diff) |
bump version number to 1.7.3
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 0a4ae68..4467173 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 171 // major + 2 digits minor +#define MI_MALLOC_VERSION 173 // major + 2 digits minor // ------------------------------------------------------ // Compiler specific attributes |