diff options
| author | Guillaume Melquiond | 2021-02-16 09:02:37 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2021-02-16 09:02:37 +0100 |
| commit | 31e205ae752c5189143ef9ce87a3536db0cdeb62 (patch) | |
| tree | ff6c9e169d561ce5da25e85e828f46253ef377f3 /config | |
| parent | c0e0e637c61e075f43b73d1ddd8eaa9d79b27561 (diff) | |
Get rid of the compilation date from the binaries to make them more stable.
Contrarily to the comments, Coq_config.date was not the "release date" but
just another "compile date".
Diffstat (limited to 'config')
| -rw-r--r-- | config/coq_config.mli | 2 |
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 |
