From 4ee8277cfe8123d2a51375d6383a0e13db04da32 Mon Sep 17 00:00:00 2001 From: Greta Yorsh <45005955+gretay-js@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:17:27 +0100 Subject: [PATCH] Bump magic number --- build-aux/ocaml_version.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/ocaml_version.m4 b/build-aux/ocaml_version.m4 index cc6822d64f5..775ed7df444 100644 --- a/build-aux/ocaml_version.m4 +++ b/build-aux/ocaml_version.m4 @@ -97,7 +97,7 @@ m4_define([OCAML__RELEASE_EXTRA], # - A 3-bytes version number m4_define([MAGIC_NUMBER__PREFIX], [Caml1999]) -m4_define([MAGIC_NUMBER__VERSION], [561]) +m4_define([MAGIC_NUMBER__VERSION], [562]) # The following macro is used to define all our magic numbers # Its first argument is the name of the file type described by that