mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-09 18:21:48 +00:00
Add protocol version for 0.11.1.
This commit is contained in:
parent
5632021003
commit
b687831394
@ -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 ) },
|
||||
|
Loading…
Reference in New Issue
Block a user