From e2f497350753c5ce38582ba0911a94b133791e65 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Fri, 1 Sep 2017 10:49:58 +0200 Subject: Change version string to 8.8+alpha. --- configure.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ml') diff --git a/configure.ml b/configure.ml index 4eac8eacc..96b6f969b 100644 --- a/configure.ml +++ b/configure.ml @@ -11,7 +11,7 @@ #load "str.cma" open Printf -let coq_version = "8.7+alpha" +let coq_version = "8.8+alpha" let coq_macos_version = "8.6.90" (** "[...] should be a string comprised of three non-negative, period-separated integers [...]" *) let vo_magic = 8691 -- cgit v1.2.3