diff options
| author | filliatr | 2000-11-24 08:20:43 +0000 |
|---|---|---|
| committer | filliatr | 2000-11-24 08:20:43 +0000 |
| commit | f0d9eaa042f47eb5d5c358ae41df185fe5b05bf9 (patch) | |
| tree | b9a54b4f1ab7728cd858a87c38df511396f8aa0b /toplevel/usage.ml | |
| parent | 2e68487cf52e6a853cdd61bce22e7836afdd3821 (diff) | |
- coqc: utilise le meilleur coq possible
- coqc -v réparé
- coqtop: options -byte et -opt
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@940 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/usage.ml')
| -rw-r--r-- | toplevel/usage.ml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toplevel/usage.ml b/toplevel/usage.ml index d5a5a7aec3..dcd845e332 100644 --- a/toplevel/usage.ml +++ b/toplevel/usage.ml @@ -1,6 +1,12 @@ (* $Id$ *) +let version () = + Printf.printf "The Coq Proof Assistant, version %s (%s)\n" + Coq_config.version Coq_config.date; + Printf.printf "compiled on %s\n" Coq_config.compile_date; + exit 0 + (* print the usage of coqtop (or coqc) on channel co *) let print_usage_channel co command = |
