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

Release 0.8.2.

This commit is contained in:
Bartosz Taudul
2022-06-28 17:57:46 +02:00
parent 1f43cfd2b9
commit a8511d3576
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 8 };
enum { Patch = 1 };
enum { Patch = 2 };
}
}