File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11set (mi_version_major 1)
22set (mi_version_minor 9)
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 @@ -9,7 +9,7 @@ vcpkg_from_github(
99
1010 # The sha512 is the hash of the tar.gz bundle.
1111 # (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 0b0e5ff823c49b9534b8c32800679806c5d7c29020af058da043c3e6e36ae3c32a1cdd5a21ece97dd60bc7dd4703967f683beac435dbb8514638a6cc55e5dea8
12+ SHA512 fb5aa8c2e6c15e5d22746ee40ed196f2fb7eafec9abfcbf94e7e70854734e99dd09886e1d68374fb995fe597e158100aa89260579e34cf5d9fb75d501b186d6a
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 194 // major + 2 digits minor
11+ #define MI_MALLOC_VERSION 195 // major + 2 digits minor
1212
1313// ------------------------------------------------------
1414// Compiler specific attributes
You can’t perform that action at this time.
0 commit comments