X-Git-Url: http://git.annexia.org/?p=ocaml-ancient.git;a=blobdiff_plain;f=ocaml_version.ml;h=a4c7c85f46b61326e5387e4b390f23ca55caaf94;hp=3367f9388f2b8a210b0184470aef5c543862bc88;hb=b082c2b2bd7990ed0cfaa07f18aae9597c5a6892;hpb=11c66cbe2c13bd7a392669f9abb65e82a000eb20 diff --git a/ocaml_version.ml b/ocaml_version.ml index 3367f93..a4c7c85 100644 --- a/ocaml_version.ml +++ b/ocaml_version.ml @@ -1,6 +1,5 @@ (* Get the major or minor part of the OCaml version string. * This doesn't seem t be present in header files (at least not in 3.08.x). - * $Id: ocaml_version.ml,v 1.1 2006-10-31 14:39:50 rich Exp $ *) type t = Major | Minor let usage () = failwith "ocaml_version major|minor"