@@ -97,29 +97,29 @@ let stack_allocation = %%STACK_ALLOCATION%%
97
97
let poll_insertion = %%POLL_INSERTION%%
98
98
99
99
(* When artifacts are incompatible with upstream OCaml, ocaml-jst uses
100
- magic numbers ending in 5xx. (The AST and bytecode executables remain
100
+ magic numbers ending in 5xx. (The AST remains
101
101
compatible, so use upstream numbers) *)
102
- let exec_magic_number = "Caml1999X031 "
102
+ let exec_magic_number = "Caml1999X500 "
103
103
(* exec_magic_number is duplicated in runtime/caml/exec.h *)
104
- and cmi_magic_number = "Caml1999I500 "
105
- and cmo_magic_number = "Caml1999O500 "
106
- and cma_magic_number = "Caml1999A500 "
104
+ and cmi_magic_number = "Caml1999I501 "
105
+ and cmo_magic_number = "Caml1999O501 "
106
+ and cma_magic_number = "Caml1999A501 "
107
107
and cmx_magic_number =
108
108
if flambda || flambda2 then
109
- "Caml2021y502 "
109
+ "Caml2021y503 "
110
110
else
111
- "Caml2021Y502 "
111
+ "Caml2021Y503 "
112
112
and cmxa_magic_number =
113
113
if flambda || flambda2 then
114
- "Caml2021z502 "
114
+ "Caml2021z503 "
115
115
else
116
- "Caml2021Z502 "
116
+ "Caml2021Z503 "
117
117
and ast_impl_magic_number = "Caml1999M031"
118
118
and ast_intf_magic_number = "Caml1999N031"
119
- and cmxs_magic_number = "Caml1999D501 "
120
- and cmt_magic_number = "Caml1999T500 "
121
- and linear_magic_number = "Caml1999L500 "
122
- and cfg_magic_number = "Caml2021G500 "
119
+ and cmxs_magic_number = "Caml1999D502 "
120
+ and cmt_magic_number = "Caml1999T501 "
121
+ and linear_magic_number = "Caml1999L501 "
122
+ and cfg_magic_number = "Caml2021G501 "
123
123
124
124
let interface_suffix = ref ".mli"
125
125
0 commit comments