aboutsummaryrefslogtreecommitdiff
path: root/toplevel
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-05-18 16:58:21 +0200
committerEmilio Jesus Gallego Arias2020-05-18 16:58:21 +0200
commitea6cb6b542e8c356192bb77f234586e0f6d55c8c (patch)
treea5e02dcc797d17c09bac5ddc22e9d803828198df /toplevel
parentb456cf69eaac3e73f0c63c81ab2dbb58ca5e73b2 (diff)
parentf1238742f931269167e7c2704b53bb285d05f39d (diff)
Merge PR #12346: Update to 8.13.
Reviewed-by: ejgallego
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/coqargs.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/toplevel/coqargs.ml b/toplevel/coqargs.ml
index c7ad5edb1f..eb386ea3e8 100644
--- a/toplevel/coqargs.ml
+++ b/toplevel/coqargs.ml
@@ -263,6 +263,7 @@ let get_native_name s =
with _ -> ""
let get_compat_file = function
+ | "8.13" -> "Coq.Compat.Coq813"
| "8.12" -> "Coq.Compat.Coq812"
| "8.11" -> "Coq.Compat.Coq811"
| "8.10" -> "Coq.Compat.Coq810"