Skip to content

Commit f3aa85d

Browse files
committed
Bump index magic number
1 parent fe0490e commit f3aa85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ocaml/utils/config.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ and ast_impl_magic_number = "Caml1999M035"
4949
and ast_intf_magic_number = "Caml1999N035"
5050
and cmxs_magic_number = "Caml1999D035"
5151
and cmt_magic_number = "Caml1999T035"
52-
and index_magic_number = "Merl2023I003"
52+
and index_magic_number = "Merl2023I004"
5353

5454
let interface_suffix = ref ".mli"
5555
let flat_float_array = true

0 commit comments

Comments
 (0)