aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-12-07 16:04:21 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-12-07 16:05:33 +0100
commitd24aaa4d0e45dc3ec31c5f576516b01ded403dd8 (patch)
tree4677f2cdaafd1d5a223d2b2633508ede21238bb6
parentfddf3ca8f2499c14018c13417346c567971c0a23 (diff)
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.
-rw-r--r--configure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ml b/configure.ml
index f1397e676..f4b18d9f7 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