[mini] bump AOT version - WrapperType changed
authorAleksey Kliger <aleksey@xamarin.com>
Thu, 7 Jul 2016 15:02:53 +0000 (11:02 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Thu, 7 Jul 2016 15:09:20 +0000 (11:09 -0400)
mono/mini/mini.h

index 25c208c8389efa27d5e2cc5b6e4ff02b3ea8f691..017048f2ede15d5da07eec546799b05172e01270 100644 (file)
 #endif
 
 /* Version number of the AOT file format */
-#define MONO_AOT_FILE_VERSION 134
+#define MONO_AOT_FILE_VERSION 135
 
 //TODO: This is x86/amd64 specific.
 #define mono_simd_shuffle_mask(a,b,c,d) ((a) | ((b) << 2) | ((c) << 4) | ((d) << 6))