File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11set (mi_version_major 2)
22set (mi_version_minor 2)
3- set (mi_version_patch 4 )
3+ set (mi_version_patch 5 )
44set (mi_version ${mi_version_major} .${mi_version_minor} )
55
66set (PACKAGE_VERSION ${mi_version} )
Original file line number Diff line number Diff 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
1515vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments