diff options
| author | Matthieu Sozeau | 2015-04-20 12:44:25 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2015-04-20 12:44:52 +0200 |
| commit | 94afd8996251c30d2188a75934487009538e1303 (patch) | |
| tree | 52d41d0913eb4652d6ce862d6d2591bdd5802e35 | |
| parent | b846c413c2e79520a5238c5a0775f5cd73d61bac (diff) | |
Change magic numbers.
| -rw-r--r-- | configure.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ml b/configure.ml index bbe4352080..92d71813c1 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"] |
