From d24aaa4d0e45dc3ec31c5f576516b01ded403dd8 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Wed, 7 Dec 2016 16:04:21 +0100 Subject: Commit bumping the version number was partial... The sad part of the story is that the script testing this version number is run after tagging by the coq-dev-tools Makefile... will fix that. --- configure.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ml b/configure.ml index f1397e676d..f4b18d9f70 100644 --- a/configure.ml +++ b/configure.ml @@ -11,7 +11,7 @@ #load "str.cma" open Printf -let coq_version = "8.6beta1" +let coq_version = "8.6rc1" let coq_macos_version = "8.6.00" (** "[...] should be a string comprised of three non-negative, period-separated integers [...]" *) let vo_magic = 8600 -- cgit v1.2.3