There was an error while loading. Please reload this page.
1 parent 2aad20e commit 5b83ae4Copy full SHA for 5b83ae4
NEWS
@@ -6,8 +6,8 @@ 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.7 (xxxx-xx-xx)
10
------------------
+v0.6.1 (2019-11-28)
+-------------------
11
12
- Dropped support for pre-v0.5 traces.
13
- Improve BSD support.
server/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 6 };
-enum { Patch = 0 };
+enum { Patch = 1 };
}
0 commit comments