We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817569d commit ec22654Copy full SHA for ec22654
cmake/mimalloc-config-version.cmake
@@ -1,6 +1,6 @@
1
set(mi_version_major 1)
2
set(mi_version_minor 7)
3
-set(mi_version_patch 5)
+set(mi_version_patch 6)
4
set(mi_version ${mi_version_major}.${mi_version_minor})
5
6
set(PACKAGE_VERSION ${mi_version})
include/mimalloc.h
@@ -8,7 +8,7 @@ terms of the MIT license. A copy of the license can be found in the file
8
#ifndef MIMALLOC_H
9
#define MIMALLOC_H
10
11
-#define MI_MALLOC_VERSION 175 // major + 2 digits minor
+#define MI_MALLOC_VERSION 176 // major + 2 digits minor
12
13
// ------------------------------------------------------
14
// Compiler specific attributes
0 commit comments