aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-02-25 14:31:29 +0000
committerGitHub2021-02-25 14:31:29 +0000
commit6ef58b0e9348d49ccf456d9fd475368c3dc1aafa (patch)
tree2bfac97ec9b968f50b682ef585a46488cc053e8c /config
parent87fc1db11d152af38b5e0d01d7ba925035c396a9 (diff)
parent31e205ae752c5189143ef9ce87a3536db0cdeb62 (diff)
Merge PR #13863: Get rid of the compilation date from the binaries to make them more stable.
Reviewed-by: SkySkimmer Reviewed-by: gares
Diffstat (limited to 'config')
-rw-r--r--config/coq_config.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli
index 809fa3d758..035574475d 100644
--- a/config/coq_config.mli
+++ b/config/coq_config.mli
@@ -33,8 +33,6 @@ val arch_is_win32 : bool
val version : string (* version number of Coq *)
val caml_version : string (* OCaml version used to compile Coq *)
val caml_version_nums : int list (* OCaml version used to compile Coq by components *)
-val date : string (* release date *)
-val compile_date : string (* compile date *)
val vo_version : int32
val state_magic_number : int