bump version to v1.9.5 for further development

This commit is contained in:
Daan 2025-06-09 20:01:28 -07:00
parent 6d3c860769
commit cfff6bfd47
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
set(mi_version_major 1)
set(mi_version_minor 9)
set(mi_version_patch 4)
set(mi_version_patch 5)
set(mi_version ${mi_version_major}.${mi_version_minor})
set(PACKAGE_VERSION ${mi_version})

View file

@ -9,7 +9,7 @@ vcpkg_from_github(
# The sha512 is the hash of the tar.gz bundle.
# (To get the sha512, run `vcpkg install mimalloc[override] --overlay-ports=<dir of this file>` and copy the sha from the error message.)
SHA512 0b0e5ff823c49b9534b8c32800679806c5d7c29020af058da043c3e6e36ae3c32a1cdd5a21ece97dd60bc7dd4703967f683beac435dbb8514638a6cc55e5dea8
SHA512 fb5aa8c2e6c15e5d22746ee40ed196f2fb7eafec9abfcbf94e7e70854734e99dd09886e1d68374fb995fe597e158100aa89260579e34cf5d9fb75d501b186d6a
)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS

View file

@ -8,7 +8,7 @@ terms of the MIT license. A copy of the license can be found in the file
#ifndef MIMALLOC_H
#define MIMALLOC_H
#define MI_MALLOC_VERSION 194 // major + 2 digits minor
#define MI_MALLOC_VERSION 195 // major + 2 digits minor
// ------------------------------------------------------
// Compiler specific attributes