From 3072bd9d080984833f5eb007bf15c6e9305619e3 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Fri, 1 Sep 2017 11:17:15 +0200 Subject: Bump MacOS version number and magic numbers. --- configure.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ml') diff --git a/configure.ml b/configure.ml index 96b6f969b..b5e456779 100644 --- a/configure.ml +++ b/configure.ml @@ -12,10 +12,10 @@ open Printf let coq_version = "8.8+alpha" -let coq_macos_version = "8.6.90" (** "[...] should be a string comprised of +let coq_macos_version = "8.7.90" (** "[...] should be a string comprised of three non-negative, period-separated integers [...]" *) -let vo_magic = 8691 -let state_magic = 58691 +let vo_magic = 8791 +let state_magic = 58791 let distributed_exec = ["coqtop";"coqc";"coqchk";"coqdoc";"coqmktop";"coqworkmgr"; "coqdoc";"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert";"coqdep"] -- cgit v1.2.3