summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xboot/ocamlcbin2937460 -> 2973927 bytes
-rwxr-xr-xboot/ocamllexbin351201 -> 369687 bytes
-rw-r--r--runtime/caml/exec.h2
-rw-r--r--utils/config.mlp26
4 files changed, 14 insertions, 14 deletions
diff --git a/boot/ocamlc b/boot/ocamlc
index 7eb718f4ae..8cdd77c041 100755
--- a/boot/ocamlc
+++ b/boot/ocamlc
Binary files differ
diff --git a/boot/ocamllex b/boot/ocamllex
index 591dae2894..15497b4463 100755
--- a/boot/ocamllex
+++ b/boot/ocamllex
Binary files differ
diff --git a/runtime/caml/exec.h b/runtime/caml/exec.h
index 43fc26300e..3955de355e 100644
--- a/runtime/caml/exec.h
+++ b/runtime/caml/exec.h
@@ -60,7 +60,7 @@ struct exec_trailer {
/* Magic number for this release */
-#define EXEC_MAGIC "Caml1999X030"
+#define EXEC_MAGIC "Caml1999X031"
#endif /* CAML_INTERNALS */
diff --git a/utils/config.mlp b/utils/config.mlp
index 7398439e13..44c6ff8fa5 100644
--- a/utils/config.mlp
+++ b/utils/config.mlp
@@ -91,26 +91,26 @@ let flat_float_array = %%FLAT_FLOAT_ARRAY%%
let function_sections = %%FUNCTION_SECTIONS%%
let afl_instrument = %%AFL_INSTRUMENT%%
-let exec_magic_number = "Caml1999X030"
+let exec_magic_number = "Caml1999X031"
(* exec_magic_number is duplicated in runtime/caml/exec.h *)
-and cmi_magic_number = "Caml1999I030"
-and cmo_magic_number = "Caml1999O030"
-and cma_magic_number = "Caml1999A030"
+and cmi_magic_number = "Caml1999I031"
+and cmo_magic_number = "Caml1999O031"
+and cma_magic_number = "Caml1999A031"
and cmx_magic_number =
if flambda then
- "Caml1999y030"
+ "Caml1999y031"
else
- "Caml1999Y030"
+ "Caml1999Y031"
and cmxa_magic_number =
if flambda then
- "Caml1999z030"
+ "Caml1999z031"
else
- "Caml1999Z030"
-and ast_impl_magic_number = "Caml1999M030"
-and ast_intf_magic_number = "Caml1999N030"
-and cmxs_magic_number = "Caml1999D030"
-and cmt_magic_number = "Caml1999T030"
-and linear_magic_number = "Caml1999L030"
+ "Caml1999Z031"
+and ast_impl_magic_number = "Caml1999M031"
+and ast_intf_magic_number = "Caml1999N031"
+and cmxs_magic_number = "Caml1999D031"
+and cmt_magic_number = "Caml1999T031"
+and linear_magic_number = "Caml1999L031"
let interface_suffix = ref ".mli"