diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-05-19 09:21:17 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-05-19 09:21:17 +0000 |
commit | c5790aa41765fda31090ef898dab741a656a31cc (patch) | |
tree | b39d2cb5f49809e62eb65a222610c9a454dc146f /stdlib | |
parent | 0df4ab03925b104c3093ffec31332fc5557a42f1 (diff) |
fix PR#1559
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5568 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-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 7742591b0..7faaf27f0 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+32 (2003-05-13)";; +let ocaml_version = "3.06+33 (2003-05-19)";; |