1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556(**************************************************************************)(* *)(* OCaml *)(* *)(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)(* *)(* Copyright 1996 Institut National de Recherche en Informatique et *)(* en Automatique. *)(* *)(* All rights reserved. This file is distributed under the terms of *)(* the GNU Lesser General Public License version 2.1, with the *)(* special exception on linking described in the file LICENSE. *)(* *)(**************************************************************************)(***********************************************************************)(** **)(** WARNING WARNING WARNING **)(** **)(** When you change this file, you must make the parallel change **)(** in config.mlbuild **)(** **)(***********************************************************************)(* The main OCaml version string has moved to ../VERSION *)letversion=Sys.ocaml_versionletflambda=falseletexec_magic_number="Caml1999X033"(* exec_magic_number is duplicated in runtime/caml/exec.h *)andcmi_magic_number="Caml1999I033"andcmo_magic_number="Caml1999O033"andcma_magic_number="Caml1999A033"andcmx_magic_number=ifflambdathen"Caml1999y033"else"Caml1999Y033"andcmxa_magic_number=ifflambdathen"Caml1999z033"else"Caml1999Z033"andast_impl_magic_number="Caml1999M033"andast_intf_magic_number="Caml1999N033"andcmxs_magic_number="Caml1999D033"andcmt_magic_number="Caml1999T033"letinterface_suffix=ref".mli"letmax_tag=245letflat_float_array=falseletmerlin=true