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

Calculate frame images dictionary.

This commit is contained in:
Bartosz Taudul
2021-05-15 16:47:47 +02:00
parent 56958a018c
commit a53f5702b1
2 changed files with 56 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 7 };
enum { Patch = 7 };
enum { Patch = 8 };
}
}