bump version to v2.0.1

This commit is contained in:
Daan Leijen 2021-04-06 10:58:12 -07:00
parent 4e643b6d31
commit dc6bce256d

View file

@ -8,7 +8,7 @@ terms of the MIT license. A copy of the license can be found in the file
#ifndef MIMALLOC_H #ifndef MIMALLOC_H
#define MIMALLOC_H #define MIMALLOC_H
#define MI_MALLOC_VERSION 200 // major + 2 digits minor #define MI_MALLOC_VERSION 201 // major + 2 digits minor
// ------------------------------------------------------ // ------------------------------------------------------
// Compiler specific attributes // Compiler specific attributes