From 5f49780b395686cdfce7126438c6dd69712d5c70 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Tue, 13 Jan 2015 19:54:26 +0100 Subject: Bump version and magic numbers in configure. --- configure.ml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ml b/configure.ml index 4e2e34641a..d68fc505d0 100644 --- a/configure.ml +++ b/configure.ml @@ -11,11 +11,11 @@ #load "str.cma" open Printf -let coq_version = "trunk" -let coq_macos_version = "8.4.90" (** "[...] should be a string comprised of +let coq_version = "8.5beta1" +let coq_macos_version = "8.5.91" (** "[...] should be a string comprised of three non-negative, period-separed integers [...]" *) -let vo_magic = 8511 -let state_magic = 58511 +let vo_magic = 8591 +let state_magic = 58501 let distributed_exec = ["coqtop";"coqc";"coqchk";"coqdoc";"coqmktop";"coqworkmgr"; "coqdoc";"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert"] -- cgit v1.2.3