aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqinit.ml
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-10-29 07:39:36 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-10-29 07:39:36 +0100
commit78378ba9a79b18a658828d7a110414ad18b9a732 (patch)
treee4aed3898ef2c0dd34b472f21e0391b7a571fcd5 /toplevel/coqinit.ml
parent0132b5b51fc1856356fb74130d3dea7fd378f76c (diff)
Accept option -compat 8.5. (Fix bug #4393)
Diffstat (limited to 'toplevel/coqinit.ml')
-rw-r--r--toplevel/coqinit.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/toplevel/coqinit.ml b/toplevel/coqinit.ml
index 19d4363ab..eca344b27 100644
--- a/toplevel/coqinit.ml
+++ b/toplevel/coqinit.ml
@@ -130,6 +130,7 @@ let init_ocaml_path () =
[ "grammar" ]; [ "ide" ] ]
let get_compat_version = function
+ | "8.5" -> Flags.Current
| "8.4" -> Flags.V8_4
| "8.3" -> Flags.V8_3
| "8.2" -> Flags.V8_2