We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d523c72 commit 5a1f537Copy full SHA for 5a1f537
NEWS
@@ -2,7 +2,7 @@ Note: There is no guarantee that version mismatched client and server will
2
be able to talk with each other. Network protocol breakages won't be listed
3
here.
4
5
-v0.x.x (xxxx-xx-xx)
+v0.9.0 (2022-10-26)
6
-------------------
7
8
- Attention! All the header and source files used for integrating Tracy with
public/common/TracyVersion.hpp
@@ -6,8 +6,8 @@ namespace tracy
namespace Version
{
enum { Major = 0 };
9
-enum { Minor = 8 };
10
-enum { Patch = 5 };
+enum { Minor = 9 };
+enum { Patch = 0 };
11
}
12
13
0 commit comments