aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toplevel/coqtop.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml
index eda05350b8..6f3b424e5c 100644
--- a/toplevel/coqtop.ml
+++ b/toplevel/coqtop.ml
@@ -120,6 +120,7 @@ let compile_files () =
(List.rev !compile_list)
let set_compat_version = function
+ | "8.3" -> compat_version := Some V8_3
| "8.2" -> compat_version := Some V8_2
| "8.1" -> warning "Compatibility with version 8.1 not supported."
| "8.0" -> warning "Compatibility with version 8.0 not supported."