Skip to content

Commit 2b895f4

Browse files
committed
bump version to 2.2.3 for further development
1 parent f81bf1b commit 2b895f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/mimalloc-config-version.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(mi_version_major 2)
22
set(mi_version_minor 2)
3-
set(mi_version_patch 2)
3+
set(mi_version_patch 3)
44
set(mi_version ${mi_version_major}.${mi_version_minor})
55

66
set(PACKAGE_VERSION ${mi_version})

include/mimalloc.h

+1-1
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 222 // major + 2 digits minor
11+
#define MI_MALLOC_VERSION 223 // major + 2 digits minor
1212

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

0 commit comments

Comments
 (0)