From b68783139410589df801b3200d9f3393fbc8b897 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 10 Sep 2024 20:47:32 +0200 Subject: [PATCH] Add protocol version for 0.11.1. --- 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 93fe67df..d783aee4 100644 --- a/profiler/src/profiler/TracyProtoHistory.cpp +++ b/profiler/src/profiler/TracyProtoHistory.cpp @@ -5,6 +5,7 @@ namespace tracy { constexpr ProtocolHistory_t ProtocolHistoryArr[] = { + { 69, FileVersion( 0, 11, 1 ) }, { 66, FileVersion( 0, 11, 0 ) }, { 64, FileVersion( 0, 10, 0 ) }, { 63, FileVersion( 0, 9, 0 ), FileVersion( 0, 9, 1 ) },