Merge pull request #4710 from Unity-Technologies/additional-config-checks
[mono.git] / mono / mini / mini.h
index 191386a06bb5032ddeeb6e57b40e2fc81763080a..98714bd220097cd5d8fc5c8f008c8b665e1cca7d 100644 (file)
 #endif
 
 /* Version number of the AOT file format */
-#define MONO_AOT_FILE_VERSION 139
+#define MONO_AOT_FILE_VERSION 140
 
 //TODO: This is x86/amd64 specific.
 #define mono_simd_shuffle_mask(a,b,c,d) ((a) | ((b) << 2) | ((c) << 4) | ((d) << 6))