[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-09-13 (16:12) |
From: | Virgile Prevosto <virgile.prevosto@g...> |
Subject: | Re: [Caml-list] caml versions format |
Hello Guillaume, 2006/9/13, Guillaume Rousse <Guillaume.Rousse@inria.fr>: > I just get struck by a "3.10+dev8" version string, which breaks my > assumtion that ocaml version are always formated as X.Y.Z, where X, Y > and Z are numerical only. I had the same issue once. Since then, the documentation for Sys.ocaml_version details what you can find in the string: http://caml.inria.fr/pub/docs/manual-ocaml/libref/Sys.html (this is the last item in the page). Basically, you have something like X.Y[.Z][+comment], where the last two parts are optional. -- E tutto per oggi, a la prossima volta Virgile