From b9532efa60af9a8396f3699016e8693210c25a1d Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Fri, 16 Mar 2018 16:31:02 +0100 Subject: Bump version number to 8.9+alpha1 --- configure.ml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ml') 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"] -- cgit v1.2.3