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

Store count of proper and inline symbols in trace dump.

This commit is contained in:
Bartosz Taudul
2020-04-08 12:49:58 +02:00
parent 1da1d31e1c
commit 2a06f1545b
2 changed files with 51 additions and 15 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 6 };
enum { Patch = 10 };
enum { Patch = 11 };
}
}