Add a 'serial' attribute to MonoGenericParam to allow different versions of a generic...
[mono.git] / mono / mini / mini.h
index d6ac333cefe51e775c0b3576d8785302dcc2fe61..0c8a1a93ed6da295a27a7a73df3ad3cbefc94114 100644 (file)
 #endif
 
 /* Version number of the AOT file format */
-#define MONO_AOT_FILE_VERSION 83
+#define MONO_AOT_FILE_VERSION 84
 
 //TODO: This is x86/amd64 specific.
 #define mono_simd_shuffle_mask(a,b,c,d) ((a) | ((b) << 2) | ((c) << 4) | ((d) << 6))