diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2005-04-04 04:34:53 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2005-04-04 04:34:53 +0000 |
commit | 827d03d59f03e5d1d4b9603c129609e5084356a3 (patch) | |
tree | 5bbeffe2b2a2b39d130a7e341afeaa12248fbb35 /stdlib/sys.ml | |
parent | f30c72cb084926eb6e78c60a9dfcaaefaf08c321 (diff) |
bug in type_approx
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6829 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 c186f1cd0..494916bae 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.09+dev19 (2005-03-24)";; +let ocaml_version = "3.09+dev20 (2005-04-04)";; |