aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/coq.ml')
-rw-r--r--ide/coq.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coq.ml b/ide/coq.ml
index 985e3a163..8e74b6d09 100644
--- a/ide/coq.ml
+++ b/ide/coq.ml
@@ -28,7 +28,7 @@ let init () =
let i = ref 0
-let version () =
+let version () =
Printf.sprintf "The Coq Proof Assistant, version %s (%s)\nCompiled on %s\n"
Coq_config.version Coq_config.date Coq_config.compile_date