diff options
Diffstat (limited to 'ocamlbuild/options.ml')
-rw-r--r-- | ocamlbuild/options.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamlbuild/options.ml b/ocamlbuild/options.ml index 482baf81e..7e9bd5b37 100644 --- a/ocamlbuild/options.ml +++ b/ocamlbuild/options.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id$ *) + (* Original author: Nicolas Pouillard *) let version = "ocamlbuild "^(Sys.ocaml_version);; |