aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-12-07 14:59:14 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-12-07 15:06:05 +0100
commit7037e2972828f395962284848ce167545253d910 (patch)
tree56abc74aef56f2d790c279fe3b9e45c010e83b1b /configure.ml
parent04c3f08807e341273919556652525f8226e94b6d (diff)
Set version number to 8.6rc1.
Diffstat (limited to 'configure.ml')
-rw-r--r--configure.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ml b/configure.ml
index b97bf9a71..f1397e676 100644
--- a/configure.ml
+++ b/configure.ml
@@ -12,10 +12,10 @@
open Printf
let coq_version = "8.6beta1"
-let coq_macos_version = "8.5.90" (** "[...] should be a string comprised of
+let coq_macos_version = "8.6.00" (** "[...] should be a string comprised of
three non-negative, period-separated integers [...]" *)
-let vo_magic = 8591
-let state_magic = 58591
+let vo_magic = 8600
+let state_magic = 58600
let distributed_exec = ["coqtop";"coqc";"coqchk";"coqdoc";"coqmktop";"coqworkmgr";
"coqdoc";"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert";"coqdep"]