Release 0.9.0.

This commit is contained in:
Bartosz Taudul 2022-10-26 22:45:15 +02:00
parent d523c728ea
commit 5a1f5371b7
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
2 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -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

View File

@ -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 };
} }
} }