diff --git a/NEWS b/NEWS index f03d9362..613995e7 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Note: There is no guarantee that version mismatched client and server will be able to talk with each other. Network protocol breakages won't be listed here. -v0.x.x (xxxx-xx-xx) +v0.9.0 (2022-10-26) ------------------- - Attention! All the header and source files used for integrating Tracy with diff --git a/public/common/TracyVersion.hpp b/public/common/TracyVersion.hpp index ac24e848..983d1c51 100644 --- a/public/common/TracyVersion.hpp +++ b/public/common/TracyVersion.hpp @@ -6,8 +6,8 @@ namespace tracy namespace Version { enum { Major = 0 }; -enum { Minor = 8 }; -enum { Patch = 5 }; +enum { Minor = 9 }; +enum { Patch = 0 }; } }