aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-07-13 17:05:02 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-07-13 17:05:02 +0200
commit892f655d54c69768163450c4a8eb3f102628d258 (patch)
treeff9ad31e83af261d266d642bf1697c0f2e1177b4 /configure.ml
parent032e4f2bf5cb6eadba6ebbb16dd5d0c812dd2033 (diff)
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).
Diffstat (limited to 'configure.ml')
-rw-r--r--configure.ml2
1 files changed, 1 insertions, 1 deletions
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