Skip to content

Commit ec649a2

Browse files
committed
Fix magic number
1 parent 798d21c commit ec649a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/runtime/caml/exec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct exec_trailer {
6060

6161
/* Magic number for this release */
6262

63-
#define EXEC_MAGIC "Caml1999X033"
63+
#define EXEC_MAGIC "Caml1999X520"
6464

6565
#endif /* CAML_INTERNALS */
6666

0 commit comments

Comments
 (0)