Skip to content

Commit

Permalink
Release 0.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Apr 21, 2022
1 parent e6a2986 commit 80f6a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8.1 (2022-04-21)
-------------------

- Support for pre-0.7 traces has been dropped.
Expand Down
2 changes: 1 addition & 1 deletion server/TracyVersion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 8 };
enum { Patch = 0 };
enum { Patch = 1 };
}
}

Expand Down

0 comments on commit 80f6a93

Please sign in to comment.