diff options
author | Daan <daanl@outlook.com> | 2021-12-14 18:29:58 -0800 |
---|---|---|
committer | Daan <daanl@outlook.com> | 2021-12-14 18:29:58 -0800 |
commit | d15f5fae6483c39f6b35a9d9e4aa038eeb5b8e5f (patch) | |
tree | 5af22d46754e0a791f492d3dc0200e16e9067c35 /include/mimalloc.h | |
parent | 775c10da3b4319ab19628424f08c2c7c5ebdffad (diff) | |
parent | 69b6b246880d04e911416ffce8e8ccf6539ae2d7 (diff) |
merge from dev
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 be6ff64..f37bd63 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 203 // major + 2 digits minor +#define MI_MALLOC_VERSION 204 // major + 2 digits minor // ------------------------------------------------------ // Compiler specific attributes |