Skip to content

Commit 5a1f537

Browse files
committed
Release 0.9.0.
1 parent d523c72 commit 5a1f537

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Note: There is no guarantee that version mismatched client and server will
22
be able to talk with each other. Network protocol breakages won't be listed
33
here.
44

5-
v0.x.x (xxxx-xx-xx)
5+
v0.9.0 (2022-10-26)
66
-------------------
77

88
- Attention! All the header and source files used for integrating Tracy with

public/common/TracyVersion.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ namespace tracy
66
namespace Version
77
{
88
enum { Major = 0 };
9-
enum { Minor = 8 };
10-
enum { Patch = 5 };
9+
enum { Minor = 9 };
10+
enum { Patch = 0 };
1111
}
1212
}
1313

0 commit comments

Comments
 (0)