diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-05-13 08:24:53 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-05-13 08:24:53 +0000 |
commit | 6fc86d03cf6a04c1f3095ad9d35b8b68d00098ba (patch) | |
tree | c40835a2e4123f7b34fbd0470087612cbf0094bb | |
parent | 7f8529a455425d86bcc6a8f8d402bee40f3bf069 (diff) |
fixed PR#1673
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5556 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-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 ed448967b..7742591b0 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+31 (2003-05-02)";; +let ocaml_version = "3.06+32 (2003-05-13)";; |