Skip to content

Commit 9d5fd72

Browse files
committed
Bump the magic numbers for AST 504
Signed-off-by: Patrick Ferris <[email protected]>
1 parent dd2e536 commit 9d5fd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astlib/ast_504.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,6 @@ module Parsetree = struct
11731173
end
11741174

11751175
module Config = struct
1176-
let ast_impl_magic_number = "Caml1999M035"
1177-
let ast_intf_magic_number = "Caml1999N035"
1176+
let ast_impl_magic_number = "Caml1999M036"
1177+
let ast_intf_magic_number = "Caml1999N036"
11781178
end

0 commit comments

Comments
 (0)