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

Release 0.9.1.

This commit is contained in:
Bartosz Taudul
2023-02-26 15:30:03 +01:00
parent c53a7f8457
commit 897aec5b06
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 9 };
enum { Patch = 0 };
enum { Patch = 1 };
}
}