Skip to content

Commit

Permalink
bump magic
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Oct 20, 2020
1 parent 6f40bfa commit 073b37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ast_412.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1219,8 +1219,8 @@ module Outcometree = struct
end

module Config = struct
let ast_impl_magic_number = "Caml1999M027"
let ast_intf_magic_number = "Caml1999N027"
let ast_impl_magic_number = "Caml1999M029"
let ast_intf_magic_number = "Caml1999N029"
end

let map_signature mapper = mapper.Ast_mapper.signature mapper
Expand Down

0 comments on commit 073b37a

Please sign in to comment.