Skip to content

Commit

Permalink
bump magic numbers
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Eastlund <[email protected]>
  • Loading branch information
ceastlund committed Oct 19, 2020
1 parent a238ef2 commit b45c85d
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 @@ -1016,6 +1016,6 @@ module Parsetree = 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

0 comments on commit b45c85d

Please sign in to comment.