Skip to content

Commit

Permalink
Merge PR coq#20052: Fix Rocq Proof Assistant -> Rocq Prover in rocq -…
Browse files Browse the repository at this point in the history
…-version.

Reviewed-by: ppedrot
Co-authored-by: ppedrot <[email protected]>
  • Loading branch information
coqbot-app[bot] and ppedrot authored Jan 16, 2025
2 parents 7d4ec9e + 41b6fea commit 118972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/usage.ml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(************************************************************************)

let version () =
Printf.printf "The Rocq Proof Assistant, version %s\n" Coq_config.version;
Printf.printf "The Rocq Prover, version %s\n" Coq_config.version;
Printf.printf "compiled with OCaml %s\n" Coq_config.caml_version

let machine_readable_version () =
Expand Down

0 comments on commit 118972a

Please sign in to comment.