aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-16 16:31:02 +0100
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-06-11 13:24:16 +0200
commitb9532efa60af9a8396f3699016e8693210c25a1d (patch)
tree9313e22b2b348f730d67b5b67b75f27058f0d412 /configure.ml
parent034b70449c094b1b5b022a0596d7639a3b08ca39 (diff)
Bump version number to 8.9+alpha1
Diffstat (limited to 'configure.ml')
-rw-r--r--configure.ml8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ml b/configure.ml
index 933143e68..9d959b9af 100644
--- a/configure.ml
+++ b/configure.ml
@@ -11,11 +11,11 @@
#load "str.cma"
open Printf
-let coq_version = "8.8+alpha"
-let coq_macos_version = "8.7.90" (** "[...] should be a string comprised of
+let coq_version = "8.9+alpha"
+let coq_macos_version = "8.8.90" (** "[...] should be a string comprised of
three non-negative, period-separated integers [...]" *)
-let vo_magic = 8791
-let state_magic = 58791
+let vo_magic = 8891
+let state_magic = 58891
let distributed_exec =
["coqtop.opt"; "coqidetop.opt"; "coqqueryworker.opt"; "coqproofworker.opt"; "coqtacticworker.opt";
"coqc";"coqchk";"coqdoc";"coqworkmgr";"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert";"coqdep"]