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

Store thread compression layout in trace dump.

This commit is contained in:
Bartosz Taudul
2019-02-16 22:48:29 +01:00
parent d030674b83
commit 9ee494c0f4
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 4 };
enum { Patch = 3 };
enum { Patch = 4 };
}
}