diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-03-26 07:47:32 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-03-26 07:47:32 +0000 |
commit | 91801e7a32e98c98a531794fd480fabf0dbfc1de (patch) | |
tree | 7917b55670ac009d641960f68680e903ab2428c6 /stdlib | |
parent | 0ac6c8e9c8f3c6af3a0557d57f762cec3b20c261 (diff) |
corection de bugs methodes polymorphes
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5458 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-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 4b0ab9e94..fac1d78de 100644 --- a/stdlib/sys.ml +++ b/stdlib/sys.ml @@ -78,4 +78,4 @@ let catch_break on = (* OCaml version string, must be in the format described in sys.mli. *) -let ocaml_version = "3.06+25 (2003-03-13)";; +let ocaml_version = "3.06+26 (2003-03-26)";; |