We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35d021 commit da29ec9Copy full SHA for da29ec9
NEWS
@@ -6,7 +6,7 @@ Note: Release numbers are nothing more than numbers. There are some
6
"missing" versions due to trace file changes during development. This is not
7
a mistake.
8
9
-v0.x.x (xxxx-xx-xx)
+v0.7.7 (2021-04-01)
10
-------------------
11
12
- Linux crash handler will now also catch SIGABRT.
server/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 7 };
-enum { Patch = 6 };
+enum { Patch = 7 };
}
13
0 commit comments