There was an error while loading. Please reload this page.
1 parent c1d7778 commit 5490948Copy full SHA for 5490948
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.2 (2020-09-14)
10
-------------------
11
12
- Note: the bitbucket repository is obsolete and will soon stop receiving
server/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 7 };
-enum { Patch = 1 };
+enum { Patch = 2 };
}
13
0 commit comments