diff options
author | daan <daanl@outlook.com> | 2020-09-24 09:29:37 -0700 |
---|---|---|
committer | daan <daanl@outlook.com> | 2020-09-24 09:29:37 -0700 |
commit | d0d36341436eb948359aead82b74b00ea70f7795 (patch) | |
tree | dfa631887930aa65dd249cb8a6b7a42a0efcfd42 /include/mimalloc.h | |
parent | c05302f097439cf3b81d9dbcdb015e40609da3dc (diff) |
bump version for further development
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 a0f537b..b980037 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 165 // major + 2 digits minor +#define MI_MALLOC_VERSION 166 // major + 2 digits minor // ------------------------------------------------------ // Compiler specific attributes |