Skip to content

Commit 73d7163

Browse files
committed
bump version to v2.2.5 for further development
2 parents fbd8b99 + cfff6bf commit 73d7163

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 2)
3-
set(mi_version_patch 4)
3+
set(mi_version_patch 5)
44
set(mi_version ${mi_version_major}.${mi_version_minor})
55

66
set(PACKAGE_VERSION ${mi_version})

contrib/vcpkg/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ vcpkg_from_github(
88
# REF e2db21e9ba9fb9172b7b0aa0fe9b8742525e8774
99

1010
# The sha512 is the hash of the tar.gz bundle.
11-
# (To get the sha512, run `vcpkg install mimalloc[override] --overlay-ports=<dir of this file>` and copy the sha from the error message.)
12-
SHA512 8cbb601fdf8b46dd6a9c0d314d6da9d4960699853829e96d2470753867f90689fb4caeaf30d628943fd388670dc11902dbecc9cc7c329b99a510524a09bdb612
11+
# (To get the sha512, run `vcpkg install "mimalloc[override]" --overlay-ports=./contrib/vcpkg` and copy the sha from the error message.)
12+
SHA512 5218fcd3ad285687ed3f78b4651d7d3aee92b6f28e6c563a884975e654a43c94c4e5c02c5ed0322c3d3627d83d4843df2d2d8441f09aa18d00674ca9fd657345
1313
)
1414

1515
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS

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 224 // major + 2 digits minor
11+
#define MI_MALLOC_VERSION 225 // major + 2 digits minor
1212

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

0 commit comments

Comments
 (0)