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

Save/load frame images.

This commit is contained in:
Bartosz Taudul
2019-06-06 23:08:19 +02:00
parent 6ae4afa0f4
commit 6b2741ccdb
3 changed files with 69 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 4 };
enum { Patch = 8 };
enum { Patch = 9 };
}
}