Skip to content

Commit 897aec5

Browse files
committed
Release 0.9.1.
1 parent c53a7f8 commit 897aec5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Note: There is no guarantee that version mismatched client and server will
22
be able to talk with each other. Network protocol breakages won't be listed
33
here.
44

5-
v0.x.x (xxxx-xx-xx)
5+
v0.9.1 (2023-02-26)
66
-------------------
77

88
- Support for pre-0.8 traces has been dropped.

public/common/TracyVersion.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Version
77
{
88
enum { Major = 0 };
99
enum { Minor = 9 };
10-
enum { Patch = 0 };
10+
enum { Patch = 1 };
1111
}
1212
}
1313

server/TracyProtoHistory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace tracy
55
{
66

77
constexpr ProtocolHistory_t ProtocolHistoryArr[] = {
8-
{ 63, FileVersion( 0, 9, 0 ) },
8+
{ 63, FileVersion( 0, 9, 0 ), FileVersion( 0, 9, 1 ) },
99
{ 57, FileVersion( 0, 8, 2 ) },
1010
{ 56, FileVersion( 0, 8, 1 ) },
1111
{ 55, FileVersion( 0, 8, 0 ) },

0 commit comments

Comments
 (0)