diff options
author | Daan Leijen <daan@microsoft.com> | 2022-04-14 16:32:08 -0700 |
---|---|---|
committer | Daan Leijen <daan@microsoft.com> | 2022-04-14 16:32:08 -0700 |
commit | 85e89a33b1b5d07f77d6cf304868b0acb60c80f2 (patch) | |
tree | e5fe8a24e188a66ebf7f8d59a620e9fb46128822 | |
parent | 0b72d8a2ef791674ac3cbab7910546cf2833e6c1 (diff) |
update readme
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -67,9 +67,9 @@ Enjoy! ### Branches -* `master`: latest stable release. -* `dev`: development branch for mimalloc v1. -* `dev-slice`: development branch for mimalloc v2. +* `master`: latest stable release (based on `dev-slice`). +* `dev`: development branch for mimalloc v1. Use this branch for submitting PR's. +* `dev-slice`: development branch for mimalloc v2. This branch is downstream of `dev`. ### Releases |