git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1092 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 1996-10-24 15:19:32 +00:00
parent 901222ceae
commit 0e321e2847
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
(* $Id$ *)
let version = "1.02+3"
let version = "1.02+4"
let standard_library =
try
@ -29,7 +29,7 @@ let exec_magic_number = "Caml1999X001"
and cmi_magic_number = "Caml1999I002"
and cmo_magic_number = "Caml1999O003"
and cma_magic_number = "Caml1999A003"
and cmx_magic_number = "Caml1999X003"
and cmx_magic_number = "Caml1999X003" (* X a changer (conflit avec exec) *)
and cmxa_magic_number = "Caml1999Z003"
and ast_impl_magic_number = "Caml1999M002"
and ast_intf_magic_number = "Caml1999N002"