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

Release 0.7.0.

This commit is contained in:
Bartosz Taudul
2020-06-11 14:30:08 +02:00
parent 3992eb0542
commit cbcf393332
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 = 6 };
enum { Patch = 16 };
enum { Minor = 7 };
enum { Patch = 0 };
}
}