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

Save/load sum of values in plots.

This commit is contained in:
Bartosz Taudul
2021-10-17 13:14:44 +02:00
parent 0b190b1a69
commit 8f6a911f1e
2 changed files with 62 additions and 21 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 7 };
enum { Patch = 9 };
enum { Patch = 10 };
}
}