mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Release 0.9.1.
This commit is contained in:
parent
c53a7f8457
commit
897aec5b06
2
NEWS
2
NEWS
@ -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
|
be able to talk with each other. Network protocol breakages won't be listed
|
||||||
here.
|
here.
|
||||||
|
|
||||||
v0.x.x (xxxx-xx-xx)
|
v0.9.1 (2023-02-26)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- Support for pre-0.8 traces has been dropped.
|
- Support for pre-0.8 traces has been dropped.
|
||||||
|
@ -7,7 +7,7 @@ namespace Version
|
|||||||
{
|
{
|
||||||
enum { Major = 0 };
|
enum { Major = 0 };
|
||||||
enum { Minor = 9 };
|
enum { Minor = 9 };
|
||||||
enum { Patch = 0 };
|
enum { Patch = 1 };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ namespace tracy
|
|||||||
{
|
{
|
||||||
|
|
||||||
constexpr ProtocolHistory_t ProtocolHistoryArr[] = {
|
constexpr ProtocolHistory_t ProtocolHistoryArr[] = {
|
||||||
{ 63, FileVersion( 0, 9, 0 ) },
|
{ 63, FileVersion( 0, 9, 0 ), FileVersion( 0, 9, 1 ) },
|
||||||
{ 57, FileVersion( 0, 8, 2 ) },
|
{ 57, FileVersion( 0, 8, 2 ) },
|
||||||
{ 56, FileVersion( 0, 8, 1 ) },
|
{ 56, FileVersion( 0, 8, 1 ) },
|
||||||
{ 55, FileVersion( 0, 8, 0 ) },
|
{ 55, FileVersion( 0, 8, 0 ) },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user