diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2003-02-28 07:53:08 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2003-02-28 07:53:08 +0000 |
commit | 79f3791c0425bdda3f1b03266d642679589043f7 (patch) | |
tree | 83a5573e968c103a81e495f40b24d8cb654d6975 /stdlib | |
parent | b5d0102c0510ceba7d593d02fffd20ff4fea7957 (diff) |
Introduction des types virtuels etape 2: introduction dans camlp4.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5410 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 057461405..0b87b4189 100644 --- a/stdlib/sys.ml +++ b/stdlib/sys.ml @@ -77,4 +77,4 @@ let catch_break on = (* OCaml version string, must be in the format described in sys.mli. *) -let ocaml_version = "3.06+23 (2003-02-24)";; +let ocaml_version = "3.06+24 (2003-02-28)";; |