From 7034ff5fea4ceb0b3417ec48316a85d1eb25d85a Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Tue, 28 Jun 2022 13:10:46 +0200 Subject: [PATCH] bump magic number to match 5.0.0~alpha0 --- compiler/lib/magic_number.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/lib/magic_number.ml b/compiler/lib/magic_number.ml index c8ada0ca13..eaf13d2043 100644 --- a/compiler/lib/magic_number.ml +++ b/compiler/lib/magic_number.ml @@ -76,7 +76,7 @@ let current_exe = | `V4_12 -> 29 | `V4_13 -> 30 | `V4_14 -> 31 - | `V5_00 -> 31 + | `V5_00 -> 32 in "Caml1999X", v @@ -93,7 +93,7 @@ let current_cmo = | `V4_12 -> 29 | `V4_13 -> 30 | `V4_14 -> 31 - | `V5_00 -> 31 + | `V5_00 -> 32 in "Caml1999O", v @@ -110,7 +110,7 @@ let current_cma = | `V4_12 -> 29 | `V4_13 -> 30 | `V4_14 -> 31 - | `V5_00 -> 31 + | `V5_00 -> 32 in "Caml1999A", v