diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-06-30 08:04:42 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-06-30 08:04:42 +0000 |
commit | b8f3f071416efb69029749d907b66f8c88409fc9 (patch) | |
tree | 92ed6fedb954936c4df6f5a79d09f02c3655aa2a /stdlib/sys.ml | |
parent | 0c4d61454bd46e81da7453e5b2d30f25cbbe9b66 (diff) |
coherent handling of type declarations
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5632 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 e7db9763a..f8d3cc1ba 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+36 (2003-06-19)";; +let ocaml_version = "3.06+37 (2003-06-30)";; |