Skip to content

Commit

Permalink
Release 0.7.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Apr 1, 2021
1 parent e35d021 commit da29ec9
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 @@ -6,7 +6,7 @@ Note: Release numbers are nothing more than numbers. There are some
"missing" versions due to trace file changes during development. This is not
a mistake.

v0.x.x (xxxx-xx-xx)
v0.7.7 (2021-04-01)
-------------------

- Linux crash handler will now also catch SIGABRT.
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 = 7 };
enum { Patch = 6 };
enum { Patch = 7 };
}
}

Expand Down

0 comments on commit da29ec9

Please sign in to comment.