Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-06-28 18:57:46 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-06-28 18:57:46 +0300
commita8511d357650282c6915f7aa9775e9c4945e42b5 (patch)
tree53bc18269aa4ef6f3ba064840741063efe91eae0
parent1f43cfd2b95feb46125637f26219ffc2c29f6ed3 (diff)
Release 0.8.2.v0.8.2
-rw-r--r--NEWS2
-rw-r--r--server/TracyVersion.hpp2
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 };
}
}