diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2004-04-01 15:07:56 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2004-04-01 15:07:56 +0000 |
commit | 496cbf99ad46fbcc03403028506455efd73036d0 (patch) | |
tree | 47b6dda64672f00c9adbb53d51373545f53eaf16 /stdlib/sys.ml | |
parent | 5873271ba93dc75e071a1f05250d9a54caddfefc (diff) |
Bumping patch level and date.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6184 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 99ecb1852..084e82097 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+14 (2004-02-03)";; +let ocaml_version = "3.07+15 (2004-01-04)";; |