diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2005-03-04 14:55:21 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2005-03-04 14:55:21 +0000 |
commit | 34121ffea0147fdc17eaee3c5be95c7618135a58 (patch) | |
tree | 046a3240bc1e446717681de5f849d02ac581a76a | |
parent | 280dcb309789790cb4cd3f4fdef4b2e79b1010b8 (diff) |
Bumping the sub version.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6803 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-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 e82a307dc..b1dcc9d57 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+dev16 (2005-02-16)";; +let ocaml_version = "3.09+dev17 (2005-03-04)";; |