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

Release 0.6.0.

This commit is contained in:
Bartosz Taudul
2019-11-17 19:56:26 +01:00
parent 3854ae11b2
commit 31b6ff4bae
4 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ namespace tracy
namespace Version
{
enum { Major = 0 };
enum { Minor = 5 };
enum { Patch = 12 };
enum { Minor = 6 };
enum { Patch = 0 };
}
}