aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: