diff --git a/NEWS b/NEWS index 505376f2..92550a87 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.2 (2020-09-14) ------------------- - Note: the bitbucket repository is obsolete and will soon stop receiving diff --git a/server/TracyVersion.hpp b/server/TracyVersion.hpp index 77825c70..e3a72413 100644 --- a/server/TracyVersion.hpp +++ b/server/TracyVersion.hpp @@ -7,7 +7,7 @@ namespace Version { enum { Major = 0 }; enum { Minor = 7 }; -enum { Patch = 1 }; +enum { Patch = 2 }; } }