summaryrefslogtreecommitdiff
path: root/configure.ml
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <gareuselesinge@debian.org>2016-01-26 16:56:33 +0100
committerGravatar Enrico Tassi <gareuselesinge@debian.org>2016-01-26 16:56:33 +0100
commit164c6861860e6b52818c031f901ffeff91fca16a (patch)
tree4f91d20c890c25915e7b28226c663b94a8cfb0d3 /configure.ml
parent91dbeab8eef959c3f64960909ca69d4e68c8198d (diff)
Imported Upstream version 8.5upstream/8.5
Diffstat (limited to 'configure.ml')
-rw-r--r--configure.ml8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ml b/configure.ml
index 51033c3d..7ab19709 100644
--- a/configure.ml
+++ b/configure.ml
@@ -11,11 +11,11 @@
#load "str.cma"
open Printf
-let coq_version = "8.5beta3"
-let coq_macos_version = "8.4.93" (** "[...] should be a string comprised of
+let coq_version = "8.5"
+let coq_macos_version = "8.5.0" (** "[...] should be a string comprised of
three non-negative, period-separed integers [...]" *)
-let vo_magic = 8493
-let state_magic = 58503
+let vo_magic = 8500
+let state_magic = 58500
let distributed_exec = ["coqtop";"coqc";"coqchk";"coqdoc";"coqmktop";"coqworkmgr";
"coqdoc";"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert";"coqdep"]