@@ -31,28 +31,28 @@ let standard_library =
31
31
(* When artifacts are incompatible with upstream OCaml, ocaml-jst uses
32
32
magic numbers ending in 5xx. (The AST remains
33
33
compatible, so use upstream numbers) *)
34
- let exec_magic_number = " Caml1999X523 "
34
+ let exec_magic_number = " Caml1999X524 "
35
35
(* exec_magic_number is duplicated in runtime/caml/exec.h *)
36
- and cmi_magic_number = " Caml1999I523 "
37
- and cmo_magic_number = " Caml1999O523 "
38
- and cma_magic_number = " Caml1999A523 "
36
+ and cmi_magic_number = " Caml1999I524 "
37
+ and cmo_magic_number = " Caml1999O524 "
38
+ and cma_magic_number = " Caml1999A524 "
39
39
and cmx_magic_number =
40
40
if flambda || flambda2 then
41
- " Caml2021y524 "
41
+ " Caml2021y525 "
42
42
else
43
- " Caml2021Y523 "
43
+ " Caml2021Y524 "
44
44
and cmxa_magic_number =
45
45
if flambda || flambda2 then
46
- " Caml2021z524 "
46
+ " Caml2021z525 "
47
47
else
48
- " Caml2021Z523 "
48
+ " Caml2021Z524 "
49
49
and ast_impl_magic_number = " Caml1999M033"
50
50
and ast_intf_magic_number = " Caml1999N033"
51
- and cmxs_magic_number = " Caml1999D523 "
52
- and cmt_magic_number = " Caml1999T523 "
53
- and cms_magic_number = " Caml1999S523 "
54
- and linear_magic_number = " Caml1999L523 "
55
- and cfg_magic_number = " Caml2021G523 "
51
+ and cmxs_magic_number = " Caml1999D524 "
52
+ and cmt_magic_number = " Caml1999T524 "
53
+ and cms_magic_number = " Caml1999S524 "
54
+ and linear_magic_number = " Caml1999L524 "
55
+ and cfg_magic_number = " Caml2021G524 "
56
56
57
57
let safe_string = true
58
58
let default_safe_string = true
0 commit comments