Skip to content

Commit

Permalink
Release 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Feb 26, 2023
1 parent c53a7f8 commit 897aec5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Expand Up @@ -2,7 +2,7 @@ Note: There is no guarantee that version mismatched client and server will
be able to talk with each other. Network protocol breakages won't be listed
here.

v0.x.x (xxxx-xx-xx)
v0.9.1 (2023-02-26)
-------------------

- Support for pre-0.8 traces has been dropped.
Expand Down
2 changes: 1 addition & 1 deletion public/common/TracyVersion.hpp
Expand Up @@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 9 };
enum { Patch = 0 };
enum { Patch = 1 };
}
}

Expand Down
2 changes: 1 addition & 1 deletion server/TracyProtoHistory.cpp
Expand Up @@ -5,7 +5,7 @@ namespace tracy
{

constexpr ProtocolHistory_t ProtocolHistoryArr[] = {
{ 63, FileVersion( 0, 9, 0 ) },
{ 63, FileVersion( 0, 9, 0 ), FileVersion( 0, 9, 1 ) },
{ 57, FileVersion( 0, 8, 2 ) },
{ 56, FileVersion( 0, 8, 1 ) },
{ 55, FileVersion( 0, 8, 0 ) },
Expand Down

0 comments on commit 897aec5

Please sign in to comment.