diff options
| -rw-r--r-- | CHANGES | 4 | ||||
| -rw-r--r-- | configure.ml | 8 |
2 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ -Changes from V8.5beta3 -====================== +Changes from V8.5beta3 to V8.5 +============================== Tools diff --git a/configure.ml b/configure.ml index 51033c3d01..044e78c09d 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.5rc1" +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"] |
