Skip to content

Commit

Permalink
Bump magic number for 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo authored and jeremiedimino committed May 7, 2020
1 parent 808986e commit 37587e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ast_411.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4068,8 +4068,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 = "Caml1999M028"
let ast_intf_magic_number = "Caml1999N028"
end

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

0 comments on commit 37587e9

Please sign in to comment.