Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-10-28 00:56:54 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-10-28 00:56:54 +0300
commit96c6898da32efc1835afbaede6643578f4b5c73f (patch)
treeff14c19afec350d3b40b983862e8e94fca7514ac
parent5a1f5371b792c12aea324213e1dc738b2923ae21 (diff)
Add 0.9 protocol version to protocol history.
-rw-r--r--server/TracyProtoHistory.cpp1
1 files changed, 1 insertions, 0 deletions
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 ) },