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

Save thread group hint.

This commit is contained in:
Bartosz Taudul
2024-08-03 20:23:26 +02:00
parent a1064a3d26
commit 0b74b14f88
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 11 };
enum { Patch = 0 };
enum { Patch = 1 };
}
}