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

Release 0.11.0.

This commit is contained in:
Bartosz Taudul
2024-07-16 18:38:15 +02:00
parent 521e371c60
commit 075395620a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace tracy
namespace Version
{
enum { Major = 0 };
enum { Minor = 10 };
enum { Minor = 11 };
enum { Patch = 0 };
}
}