summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaan <daan@effp.org>2022-11-03 17:05:38 -0700
committerdaan <daan@effp.org>2022-11-03 17:05:38 -0700
commitf859190cba4cb0812e443b9dc182a4af7aa205a3 (patch)
tree29c8221cadb9288de97ac9cab365e7427f2f222d
parente4630e798504d0fc0bdcc7cf5c68a8e0fc9017af (diff)
update to v2.0.7
-rw-r--r--cmake/mimalloc-config-version.cmake2
-rw-r--r--include/mimalloc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/mimalloc-config-version.cmake b/cmake/mimalloc-config-version.cmake
index 8063afe..f0669c8 100644
--- a/cmake/mimalloc-config-version.cmake
+++ b/cmake/mimalloc-config-version.cmake
@@ -1,6 +1,6 @@
set(mi_version_major 2)
set(mi_version_minor 0)
-set(mi_version_patch 6)
+set(mi_version_patch 7)
set(mi_version ${mi_version_major}.${mi_version_minor})
set(PACKAGE_VERSION ${mi_version})
diff --git a/include/mimalloc.h b/include/mimalloc.h
index 7ca819c..32eab19 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 206 // major + 2 digits minor
+#define MI_MALLOC_VERSION 207 // major + 2 digits minor
// ------------------------------------------------------
// Compiler specific attributes