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

Process message callstacks.

This commit is contained in:
Bartosz Taudul
2019-11-15 00:42:44 +01:00
parent 60ae748635
commit 49945c7198
4 changed files with 100 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 5 };
enum { Patch = 11 };
enum { Patch = 12 };
}
}