summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2003-05-13 09:11:18 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2003-05-13 09:11:18 +0000
commit6eee0702bbff465e6411d04d280b454df522484a (patch)
treec516f2d1da19609b67e13dd95369cb6a7eff1ecf
parenta35068c3d8042f5fb6cfa4572c50b5c49a0a0433 (diff)
downloadocaml-recursive_modules.tar.gz
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/recursive_modules@5560 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--stdlib/sys.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/sys.ml b/stdlib/sys.ml
index ed448967ba..efd1fd019f 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+31 (2003-05-02)";;
+let ocaml_version = "3.06+recursive modules (2003-05-06)";;