Skip to content

Commit 4a590b1

Browse files
committed
bump version number to 1.7.3
1 parent 07253fb commit 4a590b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 171 // major + 2 digits minor
11+
#define MI_MALLOC_VERSION 173 // major + 2 digits minor
1212

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

0 commit comments

Comments
 (0)