diff options
author | daan <daanl@outlook.com> | 2019-11-22 09:28:48 -0800 |
---|---|---|
committer | daan <daanl@outlook.com> | 2019-11-22 09:28:48 -0800 |
commit | 24b768363efa415f74ba25d53c6fdae55c1aa24c (patch) | |
tree | 831b50edf1696be64c8081e8914e19296ddca4d9 /include/mimalloc.h | |
parent | 31fbe9793df3a264ad3e7b74428dc1fa5e3aa667 (diff) |
bump version to 1.3 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 f727a99..2944de8 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 120 // major + 2 digits minor +#define MI_MALLOC_VERSION 130 // major + 2 digits minor // ------------------------------------------------------ // Compiler specific attributes |