From 38da415de8ec4b0c39281b4ace20f0bf2cbf1ee7 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Fri, 16 Dec 2016 13:47:32 -0500 Subject: [PATCH] [aot] Bump AOT file format version due to changes to patch infos etc. --- mono/mini/mini.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono/mini/mini.h b/mono/mini/mini.h index 31791d9adf7..35dad72d538 100644 --- a/mono/mini/mini.h +++ b/mono/mini/mini.h @@ -125,7 +125,7 @@ #endif /* Version number of the AOT file format */ -#define MONO_AOT_FILE_VERSION 138 +#define MONO_AOT_FILE_VERSION 139 //TODO: This is x86/amd64 specific. #define mono_simd_shuffle_mask(a,b,c,d) ((a) | ((b) << 2) | ((c) << 4) | ((d) << 6)) -- 2.11.4.GIT