1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Release 0.9.0.

This commit is contained in:
Bartosz Taudul
2022-10-26 22:45:15 +02:00
parent d523c728ea
commit 5a1f5371b7
2 changed files with 3 additions and 3 deletions
+1 -1
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
+2 -2
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 };
} }
} }