From 892f655d54c69768163450c4a8eb3f102628d258 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Thu, 13 Jul 2017 17:05:02 +0200 Subject: Set version to 8.7+alpha. It is a valid git tag (unlike 8.7~alpha) and will be considered by most tools as < 8.7.0 (unlike 8.7.0+alpha). --- configure.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ml') diff --git a/configure.ml b/configure.ml index 9976c19d4..e13fa80fd 100644 --- a/configure.ml +++ b/configure.ml @@ -11,7 +11,7 @@ #load "str.cma" open Printf -let coq_version = "8.7.0~alpha" +let coq_version = "8.7+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