summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2013-06-18 08:30:47 +0000
committerAlain Frisch <alain@frisch.fr>2013-06-18 08:30:47 +0000
commitf59df29db43b6befe1a9f8248691c55f369402cf (patch)
treef854841a1943f59f85fef9e4490556632c94ad69
parentba38d00535baae1a71f1f2aee83ef48fd5024220 (diff)
Update magic numbers and bootstrap. (Cherry-picked from c13780 on 4.01.)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13798 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-xboot/ocamlcbin1396942 -> 1398475 bytes
-rwxr-xr-xboot/ocamldepbin361064 -> 361684 bytes
-rwxr-xr-xboot/ocamllexbin176092 -> 176557 bytes
-rw-r--r--utils/config.mlbuild8
-rw-r--r--utils/config.mlp8
5 files changed, 8 insertions, 8 deletions
diff --git a/boot/ocamlc b/boot/ocamlc
index 0f2fdb840..10078f78c 100755
--- a/boot/ocamlc
+++ b/boot/ocamlc
Binary files differ
diff --git a/boot/ocamldep b/boot/ocamldep
index 35dc0a465..aeee2dabf 100755
--- a/boot/ocamldep
+++ b/boot/ocamldep
Binary files differ
diff --git a/boot/ocamllex b/boot/ocamllex
index 746885c25..9a8518a59 100755
--- a/boot/ocamllex
+++ b/boot/ocamllex
Binary files differ
diff --git a/utils/config.mlbuild b/utils/config.mlbuild
index 105204de9..b8debe8d1 100644
--- a/utils/config.mlbuild
+++ b/utils/config.mlbuild
@@ -60,15 +60,15 @@ let mkexe = C.mkexe
let mkmaindll = C.mkmaindll
let exec_magic_number = "Caml1999X008"
-and cmi_magic_number = "Caml1999I014"
+and cmi_magic_number = "Caml1999I015"
and cmo_magic_number = "Caml1999O007"
and cma_magic_number = "Caml1999A008"
and cmx_magic_number = "Caml1999Y011"
and cmxa_magic_number = "Caml1999Z010"
-and ast_impl_magic_number = "Caml1999M015"
-and ast_intf_magic_number = "Caml1999N014"
+and ast_impl_magic_number = "Caml1999M016"
+and ast_intf_magic_number = "Caml1999N015"
and cmxs_magic_number = "Caml2007D001"
-and cmt_magic_number = "Caml2012T001"
+and cmt_magic_number = "Caml2012T002"
let load_path = ref ([] : string list)
diff --git a/utils/config.mlp b/utils/config.mlp
index f555ef581..9affafe52 100644
--- a/utils/config.mlp
+++ b/utils/config.mlp
@@ -49,15 +49,15 @@ let mkexe = "%%MKEXE%%"
let mkmaindll = "%%MKMAINDLL%%"
let exec_magic_number = "Caml1999X008"
-and cmi_magic_number = "Caml1999I014"
+and cmi_magic_number = "Caml1999I015"
and cmo_magic_number = "Caml1999O007"
and cma_magic_number = "Caml1999A008"
and cmx_magic_number = "Caml1999Y011"
and cmxa_magic_number = "Caml1999Z010"
-and ast_impl_magic_number = "Caml1999M015"
-and ast_intf_magic_number = "Caml1999N014"
+and ast_impl_magic_number = "Caml1999M016"
+and ast_intf_magic_number = "Caml1999N015"
and cmxs_magic_number = "Caml2007D001"
-and cmt_magic_number = "Caml2012T001"
+and cmt_magic_number = "Caml2012T002"
let load_path = ref ([] : string list)