mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Release 0.9.0.
This commit is contained in:
parent
d523c728ea
commit
5a1f5371b7
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.0 (2022-10-26)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- Attention! All the header and source files used for integrating Tracy with
|
- Attention! All the header and source files used for integrating Tracy with
|
||||||
|
@ -6,8 +6,8 @@ namespace tracy
|
|||||||
namespace Version
|
namespace Version
|
||||||
{
|
{
|
||||||
enum { Major = 0 };
|
enum { Major = 0 };
|
||||||
enum { Minor = 8 };
|
enum { Minor = 9 };
|
||||||
enum { Patch = 5 };
|
enum { Patch = 0 };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user