summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2003-03-26 07:47:32 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2003-03-26 07:47:32 +0000
commit91801e7a32e98c98a531794fd480fabf0dbfc1de (patch)
tree7917b55670ac009d641960f68680e903ab2428c6
parent0ac6c8e9c8f3c6af3a0557d57f762cec3b20c261 (diff)
corection de bugs methodes polymorphes
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5458 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--stdlib/sys.ml2
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)";;