From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=DNS_FROM_RFC_ABUSE, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 8B3E2BB83 for ; Wed, 13 Sep 2006 18:12:08 +0200 (CEST) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id k8DGC769004447 for ; Wed, 13 Sep 2006 18:12:08 +0200 Received: by wx-out-0506.google.com with SMTP id s6so2661847wxc for ; Wed, 13 Sep 2006 09:12:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lNYeXaCWCbJbZ57dLz/smISFyd0UaaeV2qd0sQ57/9LGzGWBxkZBc2abhTqkNMyvoQ64op1CNNXx/nCyJwlKoiQL/JiDoWrokW/GQFrMEm+iug5DXLqSD7fL11PNiYyd4v4jkwcZHXzDZZgPi7lo7olv370zUumZhIHuw7I+npg= Received: by 10.70.96.3 with SMTP id t3mr10745931wxb; Wed, 13 Sep 2006 09:12:04 -0700 (PDT) Received: by 10.70.131.11 with HTTP; Wed, 13 Sep 2006 09:12:04 -0700 (PDT) Message-ID: <278733770609130912k5515dcbbt39ad88372da60b53@mail.gmail.com> Date: Wed, 13 Sep 2006 18:12:04 +0200 From: "Virgile Prevosto" Reply-To: virgile.prevosto@m4x.org To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] caml versions format In-Reply-To: <4508250C.60508@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4508250C.60508@inria.fr> X-j-chkmail-Score: MSGID : 45082DD7.001 on discorde : j-chkmail score : X : 0/20 1 X-Miltered: at discorde with ID 45082DD7.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; guillaume:01 guillaume:01 ocaml:01 ocaml:01 libref:01 2006:98 tutto:98 oggi:98 volta:98 caml-list:01 dev:01 caml:02 caml:02 breaks:02 string:02 Hello Guillaume, 2006/9/13, Guillaume Rousse : > 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