diff options
Diffstat (limited to 'stdlib/sys.ml')
-rw-r--r-- | stdlib/sys.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/sys.ml b/stdlib/sys.ml index 9da1b6c48..3a096399a 100644 --- a/stdlib/sys.ml +++ b/stdlib/sys.ml @@ -78,4 +78,4 @@ let catch_break on = (* OCaml version numbers and strings, moved from utils/config.mlp. Must be in the format described in sys.mli. *) -let ocaml_version = "3.04+6 (2002-02-05)" +let ocaml_version = "3.04+7 (2002-02-25)" |