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:
-rw-r--r--NEWS2
-rw-r--r--server/TracyVersion.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dd4a1712..b881352e 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.1 (2022-04-21)
-------------------
- Support for pre-0.7 traces has been dropped.
diff --git a/server/TracyVersion.hpp b/server/TracyVersion.hpp
index 42f60295..6a57ee52 100644
--- a/server/TracyVersion.hpp
+++ b/server/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 8 };
-enum { Patch = 0 };
+enum { Patch = 1 };
}
}