[profiler] Update data format version.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Tue, 7 Apr 2015 04:21:37 +0000 (06:21 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Tue, 7 Apr 2015 04:21:37 +0000 (06:21 +0200)
ed663c84a66ca324c796a8674a1d2460aba51277 introduced a new enum value.

mono/profiler/proflog.h

index 3ea6a8d23822c82e70aeb50506628832e113099f..ea3b267dab327282843b4c1432e3b789737742b1 100644 (file)
@@ -5,7 +5,7 @@
 #define LOG_HEADER_ID 0x4D505A01
 #define LOG_VERSION_MAJOR 0
 #define LOG_VERSION_MINOR 4
-#define LOG_DATA_VERSION 8
+#define LOG_DATA_VERSION 9
 /*
  * Changes in data versions:
  * version 2: added offsets in heap walk
@@ -14,6 +14,7 @@
  * version 5: added counters sampling
  * version 6: added optional backtrace in sampling info
  * version 8: added TYPE_RUNTIME and JIT helpers/trampolines
+ * version 9: added MONO_PROFILER_CODE_BUFFER_EXCEPTION_HANDLING
  */
 
 enum {