Skip to content

Commit

Permalink
flambda-backend: Bump .cmx magic number for Flambda 2 (cherry-picked …
Browse files Browse the repository at this point in the history
…from 5.1.1minus-5-microbranch)
  • Loading branch information
mshinwell committed Dec 20, 2023
1 parent f8dae64 commit 6ff6bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/config.common.ml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ and cmo_magic_number = "Caml1999O521"
and cma_magic_number = "Caml1999A521"
and cmx_magic_number =
if flambda || flambda2 then
"Caml2021y521"
"Caml2021y522"
else
"Caml2021Y521"
and cmxa_magic_number =
if flambda || flambda2 then
"Caml2021z521"
"Caml2021z522"
else
"Caml2021Z521"
and ast_impl_magic_number = "Caml1999M033"
Expand Down

0 comments on commit 6ff6bbd

Please sign in to comment.