Skip to content

Commit

Permalink
Release 0.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Jun 28, 2022
1 parent 1f43cfd commit a8511d3
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.2 (2022-06-28)
-------------------

- Added support for debuginfod debug information services. Note that
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 = 1 };
enum { Patch = 2 };
}
}

Expand Down

0 comments on commit a8511d3

Please sign in to comment.