diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2004-05-26 11:10:52 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2004-05-26 11:10:52 +0000 |
commit | 6a940ef65d7b70f94e221f4b6731b4ed7a9c410e (patch) | |
tree | a002b52a1f42795af154463599d59c883fd01bef /stdlib/sys.ml | |
parent | d1482d5a412e7b42841a174d48e0288f5ab447b5 (diff) |
switch to new vtable representation
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6331 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 3d7e7e256..c6646a029 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.07+18 (2004-05-17)";; +let ocaml_version = "3.07+19 (2004-05-26)";; |