From a8511d357650282c6915f7aa9775e9c4945e42b5 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 28 Jun 2022 17:57:46 +0200 Subject: Release 0.8.2. --- NEWS | 2 +- server/TracyVersion.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 772c4c2f..46269463 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.8.2 (2022-06-28) ------------------- - Added support for debuginfod debug information services. Note that diff --git a/server/TracyVersion.hpp b/server/TracyVersion.hpp index 6a57ee52..486a71dc 100644 --- a/server/TracyVersion.hpp +++ b/server/TracyVersion.hpp @@ -7,7 +7,7 @@ namespace Version { enum { Major = 0 }; enum { Minor = 8 }; -enum { Patch = 1 }; +enum { Patch = 2 }; } } -- cgit v1.2.3