From 5a1f5371b792c12aea324213e1dc738b2923ae21 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 26 Oct 2022 22:45:15 +0200 Subject: Release 0.9.0. --- NEWS | 2 +- public/common/TracyVersion.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }; } } -- cgit v1.2.3