From 4a590b1447e9d27e00dcd5bc9ac62eab6d7e51bb Mon Sep 17 00:00:00 2001 From: Daan Date: Sun, 14 Nov 2021 15:33:56 -0800 Subject: [PATCH] bump version number to 1.7.3 --- include/mimalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mimalloc.h b/include/mimalloc.h index 0a4ae689..4467173e 100644 --- a/include/mimalloc.h +++ b/include/mimalloc.h @@ -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 171 // major + 2 digits minor +#define MI_MALLOC_VERSION 173 // major + 2 digits minor // ------------------------------------------------------ // Compiler specific attributes