Skip to content

Commit

Permalink
PR#7370: bump magic number (ocamldep segfault) (ocaml#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendoligez authored and dra27 committed Dec 11, 2016
1 parent 25339b0 commit f7842af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/config.mlp
Expand Up @@ -77,7 +77,7 @@ and cmxa_magic_number =
"Caml1999Z015"
else
"Caml1999Z014"
and ast_impl_magic_number = "Caml1999M019"
and ast_impl_magic_number = "Caml1999M020"
and ast_intf_magic_number = "Caml1999N018"
and cmxs_magic_number = "Caml2007D002"
and cmt_magic_number = "Caml2012T009"
Expand Down

0 comments on commit f7842af

Please sign in to comment.