Skip to content

Commit f859190

Browse files
committed
update to v2.0.7
1 parent e4630e7 commit f859190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/mimalloc-config-version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(mi_version_major 2)
22
set(mi_version_minor 0)
3-
set(mi_version_patch 6)
3+
set(mi_version_patch 7)
44
set(mi_version ${mi_version_major}.${mi_version_minor})
55

66
set(PACKAGE_VERSION ${mi_version})

include/mimalloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terms of the MIT license. A copy of the license can be found in the file
88
#ifndef MIMALLOC_H
99
#define MIMALLOC_H
1010

11-
#define MI_MALLOC_VERSION 206 // major + 2 digits minor
11+
#define MI_MALLOC_VERSION 207 // major + 2 digits minor
1212

1313
// ------------------------------------------------------
1414
// Compiler specific attributes

0 commit comments

Comments
 (0)