From 70a468e1601e487db16ce55a7b04f004c675128e Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 3 Aug 2024 19:36:56 +0200 Subject: [PATCH] Protocol version 66 was used by 0.11.0. --- profiler/src/profiler/TracyProtoHistory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/profiler/src/profiler/TracyProtoHistory.cpp b/profiler/src/profiler/TracyProtoHistory.cpp index 9f90c4c6..93fe67df 100644 --- a/profiler/src/profiler/TracyProtoHistory.cpp +++ b/profiler/src/profiler/TracyProtoHistory.cpp @@ -5,6 +5,7 @@ namespace tracy { constexpr ProtocolHistory_t ProtocolHistoryArr[] = { + { 66, FileVersion( 0, 11, 0 ) }, { 64, FileVersion( 0, 10, 0 ) }, { 63, FileVersion( 0, 9, 0 ), FileVersion( 0, 9, 1 ) }, { 57, FileVersion( 0, 8, 2 ) },