aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-08-18 11:04:35 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-08-18 11:04:35 +0200
commite25e5469bbb9c863a9514728e8a6cd4a0df62c59 (patch)
treef5f0ad997f8a7ea2bbb65934b03f404d48c45f6c
parent778cd716bc91027027d6b770c316e00f797be312 (diff)
parent394ac130cef073d17519cdb5117495821cd1dff2 (diff)
downloadsmtcoq-e25e5469bbb9c863a9514728e8a6cd4a0df62c59.tar.gz
smtcoq-e25e5469bbb9c863a9514728e8a6cd4a0df62c59.zip
Merge remote-tracking branch 'remotes/origin/coq-8.12' into coq-8.13
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 1a9a0fc..ba1f420 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -17,7 +17,7 @@ you want to use.
### In an existing switch
-You need to have OCaml version between 4.07 and 4.10 and Coq >= 8.11.
+You need to have OCaml version >= 4.09 and Coq >= 8.11.
Simply add the coq-extra-dev repo to opam:
```bash
@@ -32,7 +32,7 @@ opam install coq-smtcoq
Create a switch:
```bash
-opam switch create ocaml-base-compiler.4.07.1
+opam switch create ocaml-base-compiler.4.09.0
eval $(opam env)
```
add the Coq repos to opam: