@@ -99,28 +99,28 @@ let poll_insertion = %%POLL_INSERTION%%
99
99
(* When artifacts are incompatible with upstream OCaml, ocaml-jst uses
100
100
magic numbers ending in 5xx. (The AST remains
101
101
compatible, so use upstream numbers) *)
102
- let exec_magic_number = "Caml1999X507 "
102
+ let exec_magic_number = "Caml1999X508 "
103
103
(* exec_magic_number is duplicated in runtime/caml/exec.h *)
104
- and cmi_magic_number = "Caml1999I508 "
105
- and cmo_magic_number = "Caml1999O508 "
106
- and cma_magic_number = "Caml1999A508 "
104
+ and cmi_magic_number = "Caml1999I509 "
105
+ and cmo_magic_number = "Caml1999O509 "
106
+ and cma_magic_number = "Caml1999A509 "
107
107
and cmx_magic_number =
108
108
if flambda || flambda2 then
109
- "Caml2021y510 "
109
+ "Caml2021y511 "
110
110
else
111
- "Caml2021Y510 "
111
+ "Caml2021Y511 "
112
112
and cmxa_magic_number =
113
113
if flambda || flambda2 then
114
- "Caml2021z510 "
114
+ "Caml2021z511 "
115
115
else
116
- "Caml2021Z510 "
116
+ "Caml2021Z511 "
117
117
and ast_impl_magic_number = "Caml1999M031"
118
118
and ast_intf_magic_number = "Caml1999N031"
119
- and cmxs_magic_number = "Caml1999D509 "
120
- and cmt_magic_number = "Caml1999T508 "
121
- and cms_magic_number = "Caml1999S506 "
122
- and linear_magic_number = "Caml1999L508 "
123
- and cfg_magic_number = "Caml2021G508 "
119
+ and cmxs_magic_number = "Caml1999D510 "
120
+ and cmt_magic_number = "Caml1999T509 "
121
+ and cms_magic_number = "Caml1999S507 "
122
+ and linear_magic_number = "Caml1999L509 "
123
+ and cfg_magic_number = "Caml2021G509 "
124
124
125
125
let interface_suffix = ref ".mli"
126
126
0 commit comments