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

Save message color data in trace dumps.

This commit is contained in:
Bartosz Taudul
2019-05-10 20:32:47 +02:00
parent 8cbd83c752
commit 74575250a5
2 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 4 };
enum { Patch = 7 };
enum { Patch = 8 };
}
}