1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Store lock announce and terminate time in trace dump.

This commit is contained in:
Bartosz Taudul
2018-12-16 20:52:06 +01:00
parent 9360df89b1
commit 7376ec65b0
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 4 };
enum { Patch = 0 };
enum { Patch = 1 };
}
}