From 96c6898da32efc1835afbaede6643578f4b5c73f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 27 Oct 2022 23:56:54 +0200 Subject: Add 0.9 protocol version to protocol history. --- server/TracyProtoHistory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyProtoHistory.cpp b/server/TracyProtoHistory.cpp index 27f01567..15aa11e2 100644 --- a/server/TracyProtoHistory.cpp +++ b/server/TracyProtoHistory.cpp @@ -5,6 +5,7 @@ namespace tracy { constexpr ProtocolHistory_t ProtocolHistoryArr[] = { + { 63, FileVersion( 0, 9, 0 ) }, { 57, FileVersion( 0, 8, 2 ) }, { 56, FileVersion( 0, 8, 1 ) }, { 55, FileVersion( 0, 8, 0 ) }, -- cgit v1.2.3