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

Save/load code location data.

This commit is contained in:
Bartosz Taudul
2020-04-02 12:12:10 +02:00
parent 50d9932378
commit 562e675a0e
2 changed files with 55 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 6 };
enum { Patch = 8 };
enum { Patch = 9 };
}
}