New magic numbers for AST.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8420 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 2007-10-09 12:17:20 +00:00
parent 59e0723455
commit b2157a6afb
5 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
3.11+dev4 (2007-10-08)
3.11+dev5 Private_abbrevs (2007-09-10)
# The version string is the first line of this file.
# It must be in the format described in stdlib/sys.mli

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -40,13 +40,13 @@ let ranlib = "%%RANLIBCMD%%"
let cc_profile = "%%CC_PROFILE%%"
let exec_magic_number = "Caml1999X008"
and cmi_magic_number = "Caml1999I010"
and cmi_magic_number = "Caml1999I011"
and cmo_magic_number = "Caml1999O006"
and cma_magic_number = "Caml1999A007"
and cmx_magic_number = "Caml1999Y011"
and cmxa_magic_number = "Caml1999Z010"
and ast_impl_magic_number = "Caml1999M011"
and ast_intf_magic_number = "Caml1999N010"
and ast_impl_magic_number = "Caml1999M012"
and ast_intf_magic_number = "Caml1999N011"
let load_path = ref ([] : string list)