Skip to content

Commit

Permalink
Fix Rocq Proof Assistant -> Rocq Prover in rocq --version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Jan 14, 2025
1 parent 1c962f3 commit 41b6fea
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 41b6fea

Please sign in to comment.