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

Release 0.10.0.

This commit is contained in:
Bartosz Taudul
2023-10-16 20:57:02 +02:00
parent 93537dff33
commit 37aff70dfa
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ namespace tracy
namespace Version
{
enum { Major = 0 };
enum { Minor = 9 };
enum { Patch = 2 };
enum { Minor = 10 };
enum { Patch = 0 };
}
}