mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
Release 0.7.4.
This commit is contained in:
parent
7159069a74
commit
e580dfeed3
2
NEWS
2
NEWS
@ -6,7 +6,7 @@ Note: Release numbers are nothing more than numbers. There are some
|
|||||||
"missing" versions due to trace file changes during development. This is not
|
"missing" versions due to trace file changes during development. This is not
|
||||||
a mistake.
|
a mistake.
|
||||||
|
|
||||||
v0.x.x (xxxx-xx-xx)
|
v0.7.4 (2020-11-15)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- Added support for user-provided locks to keep dbghelp calls thread-safe.
|
- Added support for user-provided locks to keep dbghelp calls thread-safe.
|
||||||
|
@ -7,7 +7,7 @@ namespace Version
|
|||||||
{
|
{
|
||||||
enum { Major = 0 };
|
enum { Major = 0 };
|
||||||
enum { Minor = 7 };
|
enum { Minor = 7 };
|
||||||
enum { Patch = 3 };
|
enum { Patch = 4 };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user