diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-07-22 13:36:57 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-07-22 13:36:57 +0000 |
commit | 2b7a057f2f6c57fa71c7af3fff98bd60d9caa815 (patch) | |
tree | 7e41496760bf8c874a1377a5b941a56803c0547a /stdlib/sys.ml | |
parent | 042efa588c6ce51d643a0b3c6c3140743c41ab0a (diff) |
Passage version 3.05
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5015 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
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 30c580c0c..d0ca424fe 100644 --- a/stdlib/sys.ml +++ b/stdlib/sys.ml @@ -78,4 +78,4 @@ let catch_break on = (* OCaml version string, moved from utils/config.mlp. Must be in the format described in sys.mli. *) -let ocaml_version = "3.04+15 (2002-06-18)" +let ocaml_version = "3.05 (2002-07-22)" |