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

Save and load hardware sample data.

This commit is contained in:
Bartosz Taudul
2021-05-20 19:37:51 +02:00
parent df50eb890f
commit c6f071a66a
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 7 };
enum { Patch = 8 };
enum { Patch = 9 };
}
}