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

Save/load callstack samples.

This commit is contained in:
Bartosz Taudul
2020-02-22 17:13:53 +01:00
parent e270603117
commit 597911e5a8
3 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 6 };
enum { Patch = 3 };
enum { Patch = 4 };
}
}