Skip to content

Commit ec22654

Browse files
committed
bump version for further development
1 parent 817569d commit ec22654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 1)
22
set(mi_version_minor 7)
3-
set(mi_version_patch 5)
3+
set(mi_version_patch 6)
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 175 // major + 2 digits minor
11+
#define MI_MALLOC_VERSION 176 // major + 2 digits minor
1212

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

0 commit comments

Comments
 (0)