Skip to content

Commit 152fbf2

Browse files
committed
update to v3.4.3
1 parent 4f2af97 commit 152fbf2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

66
set(PACKAGE_VERSION ${mi_version})

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 30401 // major + 2 digits minor + 2 digits patch
11+
#define MI_MALLOC_VERSION 30403 // major + 2 digits minor + 2 digits patch
1212

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

0 commit comments

Comments
 (0)