diff options
| author | Théo Zimmermann | 2020-05-18 11:28:58 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-05-18 16:57:43 +0200 |
| commit | f1238742f931269167e7c2704b53bb285d05f39d (patch) | |
| tree | a5e02dcc797d17c09bac5ddc22e9d803828198df /configure.ml | |
| parent | b456cf69eaac3e73f0c63c81ab2dbb58ca5e73b2 (diff) | |
Update to 8.13.
Part of this PR was automatically generated by running dev/doc/update-compat.py --master
Diffstat (limited to 'configure.ml')
| -rw-r--r-- | configure.ml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ml b/configure.ml index 75c11dab5f..9cfa9d409e 100644 --- a/configure.ml +++ b/configure.ml @@ -12,11 +12,11 @@ #load "str.cma" open Printf -let coq_version = "8.12+alpha" -let coq_macos_version = "8.11.90" (** "[...] should be a string comprised of +let coq_version = "8.13+alpha" +let coq_macos_version = "8.12.90" (** "[...] should be a string comprised of three non-negative, period-separated integers [...]" *) -let vo_magic = 81191 -let state_magic = 581191 +let vo_magic = 81291 +let state_magic = 581291 let is_a_released_version = false let distributed_exec = ["coqtop.opt"; "coqidetop.opt"; "coqqueryworker.opt"; "coqproofworker.opt"; "coqtacticworker.opt"; |
