From 6e75b709a5b8dd984cd63279dc3c48aa884757df Mon Sep 17 00:00:00 2001 From: Yannick Forster Date: Fri, 22 Nov 2024 15:03:18 +0100 Subject: [PATCH] Mention 8.20 in DOC.md and INSTALL.md (#1121) --- DOC.md | 12 ++++-------- INSTALL.md | 8 ++++---- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/DOC.md b/DOC.md index bb585b42b..f817e1b4e 100644 --- a/DOC.md +++ b/DOC.md @@ -2,7 +2,7 @@ ## Branches and compatibility -**tl;dr** You should do your PRs against [coq-8.18](https://github.com/MetaCoq/metacoq/tree/coq-8.16). +**tl;dr** You should do your PRs against [coq-8.20](https://github.com/MetaCoq/metacoq/tree/coq-8.20). Coq's kernel API is not stable yet, and changes there are reflected in MetaCoq's reified structures, so we do not ensure any compatibility from version to version. There is one branch for each Coq version. @@ -10,7 +10,7 @@ so we do not ensure any compatibility from version to version. There is one bran The *main branch* or *current branch* is the one which appers when you go on [https://github.com/MetaCoq/metacoq](https://github.com/MetaCoq/metacoq). Currently (unless you are reading the README of an outdated branch), -it is the [coq-8.16](https://github.com/MetaCoq/metacoq/tree/coq-8.16). +it is the [coq-8.20](https://github.com/MetaCoq/metacoq/tree/coq-8.20). You should use it both for usage of MetaCoq and development of MetaCoq. The [main](https://github.com/MetaCoq/metacoq/tree/main) branch is following Coq's master @@ -21,10 +21,6 @@ stable release of Coq. -The branches [coq-8.17](https://github.com/MetaCoq/metacoq/tree/coq-8.17) and [coq-8.18](https://github.com/MetaCoq/metacoq/tree/coq-8.18) are being kept in sync. -The branches [coq-8.6](https://github.com/MetaCoq/metacoq/tree/coq-8.6) to [coq-8.15](https://github.com/MetaCoq/metacoq/tree/coq-8.16) are frozen. - - ## Program and Equations MetaCoq relies on `Program` and `Equations` plugins, however try to avoid `Program` as it @@ -89,7 +85,7 @@ a fresh level when `MetaCoq Strict Unquote Universe Mode` is off. ## Dependency graph between files -Generated on 2022/07/01, sources [there](https://github.com/MetaCoq/metacoq/tree/coq-8.16/dependency-graph). +Generated on 2022/07/01, sources [there](https://github.com/MetaCoq/metacoq/tree/coq-8.20/dependency-graph).