12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758(**************************************************************************)(* *)(* 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="Caml1999X031"(* exec_magic_number is duplicated in runtime/caml/exec.h *)andcmi_magic_number="Caml1999I031"andcmo_magic_number="Caml1999O031"andcma_magic_number="Caml1999A031"andcmx_magic_number=ifflambdathen"Caml1999y031"else"Caml1999Y031"andcmxa_magic_number=ifflambdathen"Caml1999z031"else"Caml1999Z031"andast_impl_magic_number="Caml1999M031"andast_intf_magic_number="Caml1999N031"andcmxs_magic_number="Caml1999D031"andcmt_magic_number="Caml1999T031"letinterface_suffix=ref".mli"letmax_tag=245letsafe_string=trueletflat_float_array=falseletmerlin=true