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-10-26 23:45:15 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-10-27 00:23:08 +0300
commit5a1f5371b792c12aea324213e1dc738b2923ae21 (patch)
tree575f8e726a221d89020870a6e533f2cfa56b0567
parentd523c728ead6ca9f3796f35ca05612c53dcfb7a6 (diff)
Release 0.9.0.v0.9
-rw-r--r--NEWS2
-rw-r--r--public/common/TracyVersion.hpp4
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 };
}
}