aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/doc
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-06-19 22:53:01 -0400
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-11 16:42:21 +0200
commitb8fef57225333c1f7fe685c6c483da731951939a (patch)
tree9ea2905f1a91a800314c722a5004f358d83acdf7 /dev/doc
parentbd0a681350b1bc8947d6d7603dc6a9759f0c7897 (diff)
[ci] Upgrade edge OCaml to 4.07.0 and Dune to 1.0.0
- We update the OCaml version used in the base CI image. - Windows / OSX image building is also updated to use newer OCaml. - We also update Dune to 1.0.0.
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/README.md b/dev/doc/README.md
index 1a4e40f68..223cf6286 100644
--- a/dev/doc/README.md
+++ b/dev/doc/README.md
@@ -7,7 +7,7 @@ Assuming one is running Ubuntu (if not, replace `apt` with the package manager o
```
$ sudo apt-get install make opam git
-# At the time of writing, <latest-ocaml-version> is 4.06.1.
+# At the time of writing, <latest-ocaml-version> is 4.07.0.
# The latest version number is available at: https://ocaml.org/releases/
$ opam init --comp <latest-ocaml-version>