aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-11-14 14:08:31 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-11-14 14:17:11 +0100
commit36fd5ebe558b8a51c2929077bde9f0460c4313c3 (patch)
tree024022bffd317f3163c8d47957020727021f7cd3
parent5c78ca4d8fcaa37ab72d91b408223f683c1a48ac (diff)
Set version number to 8.6beta1.
-rw-r--r--INSTALL4
-rw-r--r--configure.ml8
2 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 5a300010d..df9e85527 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
- INSTALLATION PROCEDURES FOR THE COQ V8.5 SYSTEM
+ INSTALLATION PROCEDURES FOR THE COQ V8.6 SYSTEM
-----------------------------------------------
@@ -27,7 +27,7 @@ WHAT DO YOU NEED ?
port install coq
- To compile Coq V8.5 yourself, you need:
+ To compile Coq V8.6 yourself, you need:
- Objective Caml version 4.01.0 or later
(available at http://caml.inria.fr/)
diff --git a/configure.ml b/configure.ml
index 507fd351a..b97bf9a71 100644
--- a/configure.ml
+++ b/configure.ml
@@ -11,11 +11,11 @@
#load "str.cma"
open Printf
-let coq_version = "8.6.0"
-let coq_macos_version = "8.4.90" (** "[...] should be a string comprised of
+let coq_version = "8.6beta1"
+let coq_macos_version = "8.5.90" (** "[...] should be a string comprised of
three non-negative, period-separated integers [...]" *)
-let vo_magic = 8511
-let state_magic = 58511
+let vo_magic = 8591
+let state_magic = 58591
let distributed_exec = ["coqtop";"coqc";"coqchk";"coqdoc";"coqmktop";"coqworkmgr";
"coqdoc";"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert";"coqdep"]