summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ml b/configure.ml
index a8588ad..dd469c5 100644
--- a/configure.ml
+++ b/configure.ml
@@ -17,7 +17,7 @@ let coq_macos_version = "8.11.1" (** "[...] should be a string comprised of
three non-negative, period-separated integers [...]" *)
let vo_magic = 81100
let state_magic = 581100
-let is_a_released_version = false
+let is_a_released_version = true
let distributed_exec =
["coqtop.opt"; "coqidetop.opt"; "coqqueryworker.opt"; "coqproofworker.opt"; "coqtacticworker.opt";
"coqc.opt";"coqchk";"coqdoc";"coqworkmgr";"coq_makefile";"coq-tex";"coqwc";"csdpcert";"coqdep";"votour"]