Skip to content

Commit 51c09e7

Browse files
committed
Merge branch 'dev' into dev3
2 parents 9228b48 + 8a81fc7 commit 51c09e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ is a general purpose allocator with excellent [performance](#performance) charac
1212
Initially developed by Daan Leijen for the runtime systems of the
1313
[Koka](https://koka-lang.github.io) and [Lean](https://github.com/leanprover/lean) languages.
1414

15-
Latest release : `v3.0.2` (beta) (2025-03-06).
16-
Latest v2 release: `v2.2.2` (2025-03-06).
17-
Latest v1 release: `v1.9.2` (2024-03-06).
15+
Latest release : `v3.0.3` (beta) (2025-03-28).
16+
Latest v2 release: `v2.2.3` (2025-03-28).
17+
Latest v1 release: `v1.9.3` (2024-03-28).
1818

1919
mimalloc is a drop-in replacement for `malloc` and can be used in other programs
2020
without code changes, for example, on dynamically linked ELF-based systems (Linux, BSD, etc.) you can use it as:

0 commit comments

Comments
 (0)