Skip to content

Commit

Permalink
Release 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Oct 26, 2022
1 parent d523c72 commit 5a1f537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
Expand Down
4 changes: 2 additions & 2 deletions public/common/TracyVersion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ namespace tracy
namespace Version
{
enum { Major = 0 };
enum { Minor = 8 };
enum { Patch = 5 };
enum { Minor = 9 };
enum { Patch = 0 };
}
}

Expand Down

0 comments on commit 5a1f537

Please sign in to comment.