Skip to content

Commit 556b81b

Browse files
committed
bump version to v2.1.8 for further development
2 parents 8c532c3 + 87d088b commit 556b81b

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 1)
3-
set(mi_version_patch 7)
3+
set(mi_version_patch 8)
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 217 // major + 2 digits minor
11+
#define MI_MALLOC_VERSION 218 // major + 2 digits minor
1212

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

0 commit comments

Comments
 (0)