aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2016-09-26 16:48:51 +0200
committerMatej Kosik2016-09-28 16:32:52 +0200
commit3d3d70508e0f33ca1b9c6e04f62b0b3287e97f26 (patch)
tree205e968e203f9cb0d2e1499c6d88d923190e8771
parentd88b51aea64199a7670d2804694832c66ee35518 (diff)
8.7 now points to Current and 8.6 points to V8_6.
-rw-r--r--toplevel/coqinit.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/toplevel/coqinit.ml b/toplevel/coqinit.ml
index 35645c8e76..98f60924b9 100644
--- a/toplevel/coqinit.ml
+++ b/toplevel/coqinit.ml
@@ -130,7 +130,8 @@ let init_ocaml_path () =
[ "grammar" ]; [ "ide" ]; [ "ltac" ]; ]
let get_compat_version = function
- | "8.6" -> Flags.Current
+ | "8.7" -> Flags.Current
+ | "8.6" -> Flags.V8_6
| "8.5" -> Flags.V8_5
| "8.4" -> Flags.V8_4
| "8.3" -> Flags.V8_3