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

Save/load plot steps parameter.

This commit is contained in:
Bartosz Taudul
2022-07-24 12:42:39 +02:00
parent 16627d7313
commit aeedf7de2d
2 changed files with 37 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 8 };
enum { Patch = 2 };
enum { Patch = 3 };
}
}