aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-08-18 11:03:09 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-08-18 11:03:09 +0200
commit3b32d02e1e4a565061633e6992a4376d05bbabd3 (patch)
tree41e61cbfdd42f20f80fb8135f6ecf4d41c043a86 /INSTALL.md
parent313f8ffcb8d61452e4e0dbe4a013962dc0900a44 (diff)
parent3c3f3cc55ef1da55052abb7dc78094e6c4ac63cc (diff)
downloadsmtcoq-3b32d02e1e4a565061633e6992a4376d05bbabd3.tar.gz
smtcoq-3b32d02e1e4a565061633e6992a4376d05bbabd3.zip
Merge remote-tracking branch 'remotes/origin/coq-8.10' into coq-8.11
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 08cb633..491a2d3 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: