summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordaan <daanl@outlook.com>2020-09-23 20:00:23 -0700
committerdaan <daanl@outlook.com>2020-09-23 20:00:23 -0700
commit64a3d24dcdf702aa7c1fc36c03e6cc8e8d4a49c2 (patch)
tree0a0574f7aa8e9ef5e67afcda1a6938ccc2b9ca6f /readme.md
parent6d47e65b786a160eb8d64498796e5cbaeab954bb (diff)
bump version to 1.6.5
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index daf57f3..d8c9411 100644
--- a/readme.md
+++ b/readme.md
@@ -11,7 +11,7 @@ mimalloc (pronounced "me-malloc")
is a general purpose allocator with excellent [performance](#performance) characteristics.
Initially developed by Daan Leijen for the run-time systems of the
[Koka](https://github.com/koka-lang/koka) and [Lean](https://github.com/leanprover/lean) languages.
-Latest release:`v1.6.4` (2020-08-06).
+Latest release:`v1.6.5` (2020-09-24).
It is a drop-in replacement for `malloc` and can be used in other programs
without code changes, for example, on dynamically linked ELF-based systems (Linux, BSD, etc.) you can use it as: