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

Release 0.5.0.

This commit is contained in:
Bartosz Taudul
2019-08-10 22:07:14 +02:00
parent 530f293c49
commit 9b6328f962
4 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ namespace tracy
namespace Version
{
enum { Major = 0 };
enum { Minor = 4 };
enum { Patch = 11 };
enum { Minor = 5 };
enum { Patch = 0 };
}
}