aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ml
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2015-04-20 12:44:25 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2015-04-20 12:44:52 +0200
commit94afd8996251c30d2188a75934487009538e1303 (patch)
tree52d41d0913eb4652d6ce862d6d2591bdd5802e35 /configure.ml
parentb846c413c2e79520a5238c5a0775f5cd73d61bac (diff)
Change magic numbers.
Diffstat (limited to 'configure.ml')
-rw-r--r--configure.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ml b/configure.ml
index bbe435208..92d71813c 100644
--- a/configure.ml
+++ b/configure.ml
@@ -14,8 +14,8 @@ open Printf
let coq_version = "8.5beta2"
let coq_macos_version = "8.4.92" (** "[...] should be a string comprised of
three non-negative, period-separed integers [...]" *)
-let vo_magic = 8591
-let state_magic = 58501
+let vo_magic = 8492
+let state_magic = 58502
let distributed_exec = ["coqtop";"coqc";"coqchk";"coqdoc";"coqmktop";"coqworkmgr";
"coqdoc";"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert";"coqdep"]