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

Store explicit program name and capture time.

This commit is contained in:
Bartosz Taudul
2018-08-29 00:57:11 +02:00
parent 128577d7bf
commit 8f1acf2571
3 changed files with 45 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 3 };
enum { Patch = 204 };
enum { Patch = 205 };
}
}