diff options
| author | Emilio Jesus Gallego Arias | 2019-11-21 18:49:30 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-11-27 13:53:50 +0100 |
| commit | cec1688022638679300af01c56fc6af908ae0681 (patch) | |
| tree | cfea3dae638de4f9a9774ac6e0bc6b8e8fab9c7d /configure.ml | |
| parent | 90aadb2697884e9ee42f0a1828568ca9dad3f85e (diff) | |
[release] Update files for 8.12 release per release process.
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 d4521a7872..88bc3f912b 100644 --- a/configure.ml +++ b/configure.ml @@ -12,11 +12,11 @@ #load "str.cma" open Printf -let coq_version = "8.11+alpha" -let coq_macos_version = "8.10.90" (** "[...] should be a string comprised of +let coq_version = "8.12+alpha" +let coq_macos_version = "8.11.90" (** "[...] should be a string comprised of three non-negative, period-separated integers [...]" *) -let vo_magic = 81091 -let state_magic = 581091 +let vo_magic = 81191 +let state_magic = 581191 let is_a_released_version = false let distributed_exec = ["coqtop.opt"; "coqidetop.opt"; "coqqueryworker.opt"; "coqproofworker.opt"; "coqtacticworker.opt"; |
