Protocol version 66 was used by 0.11.0.

This commit is contained in:
Bartosz Taudul 2024-08-03 19:36:56 +02:00
parent 5e224101c4
commit 70a468e160
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -5,6 +5,7 @@ namespace tracy
{ {
constexpr ProtocolHistory_t ProtocolHistoryArr[] = { constexpr ProtocolHistory_t ProtocolHistoryArr[] = {
{ 66, FileVersion( 0, 11, 0 ) },
{ 64, FileVersion( 0, 10, 0 ) }, { 64, FileVersion( 0, 10, 0 ) },
{ 63, FileVersion( 0, 9, 0 ), FileVersion( 0, 9, 1 ) }, { 63, FileVersion( 0, 9, 0 ), FileVersion( 0, 9, 1 ) },
{ 57, FileVersion( 0, 8, 2 ) }, { 57, FileVersion( 0, 8, 2 ) },