diff --git a/NEWS b/NEWS index 2b4feb2a..7818de6f 100644 --- a/NEWS +++ b/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 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. diff --git a/server/TracyVersion.hpp b/server/TracyVersion.hpp index 84872770..739a2dfb 100644 --- a/server/TracyVersion.hpp +++ b/server/TracyVersion.hpp @@ -7,7 +7,7 @@ namespace Version { enum { Major = 0 }; enum { Minor = 7 }; -enum { Patch = 3 }; +enum { Patch = 4 }; } }