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

Save/load executable image mtime.

This commit is contained in:
Bartosz Taudul
2021-01-31 17:51:16 +01:00
parent c92974d920
commit 8d39f91c6e
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 7 };
enum { Patch = 5 };
enum { Patch = 6 };
}
}