summaryrefslogtreecommitdiffstats
path: root/stdlib/sys.ml
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2005-09-30 16:15:18 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2005-09-30 16:15:18 +0000
commit19096f90f3a9a0c60cfa2a4e4f27f19f3640dfe0 (patch)
tree0897b111ca716a07d3e3fa1acedbf7ba8363b6e4 /stdlib/sys.ml
parent728fbc648eae4ffdde267a7d3a558bd6f61425dc (diff)
Hard bug in printf: when the first argument to print was a floating point
number, the printing process failed and we had a fatal error. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7095 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/sys.ml')
-rw-r--r--stdlib/sys.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/sys.ml b/stdlib/sys.ml
index 4bed116e7..6492c68bc 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.09+dev34 (2005-09-26)";;
+let ocaml_version = "3.09+dev35 (2005-09-30)";;