diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-05-21 09:04:54 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-05-21 09:04:54 +0000 |
commit | 4202eb8c4db3cad60c3c725e29219e8bef9a84ba (patch) | |
tree | 45ef4fd4c97afd832a0a8305467790d2545c02cc /stdlib/sys.ml | |
parent | c5790aa41765fda31090ef898dab741a656a31cc (diff) |
add weak contravariance for types (PR#1692)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5569 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 7faaf27f0..1a12fca48 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+33 (2003-05-19)";; +let ocaml_version = "3.06+34 (2003-05-21)";; |