changement de spec numero de version

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5030 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2002-07-23 14:35:30 +00:00
parent 37bf95c248
commit f5f0b6c1dd
2 changed files with 4 additions and 5 deletions

View File

@ -78,4 +78,4 @@ let catch_break on =
(* OCaml version string, moved from utils/config.mlp.
Must be in the format described in sys.mli. *)
let ocaml_version = "3.05 (2002-07-22)"
let ocaml_version = "3.05"

View File

@ -179,7 +179,6 @@ val catch_break : bool -> unit
val ocaml_version : string;;
(** [ocaml_version] is the version of Objective Caml.
It is a string of the form ["major.minor[additional-info] (date)"]
Where major and minor are integers, date is in standard format
(i.e. YYYY-MM-DD), and [additional-info] is a string that may be
empty and does not start with a digit. *)
It is a string of the form ["major.minor[additional-info]"]
Where major and minor are integers, and [additional-info] is
a string that is empty or starts with a '+'. *)