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

Store symbol length in trace dumps.

This commit is contained in:
Bartosz Taudul
2020-03-25 18:37:08 +01:00
parent c515a53986
commit bf52883331
2 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 6 };
enum { Patch = 6 };
enum { Patch = 7 };
}
}