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.pld@gmail.com>2019-11-29 01:24:15 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-11-29 01:24:15 +0300
commit5b83ae4381aba83f7b6e887edb73ee0250faa0f1 (patch)
treecb587ffa7d7a6f7fbec9f98412c23fb99d18e398
parent2aad20e2f71d4b61f19dffeac4ccc7a9d3f59321 (diff)
Release 0.6.1.v0.6.1
-rw-r--r--NEWS4
-rw-r--r--server/TracyVersion.hpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 17a77d92..c6ec91a3 100644
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,8 @@ Note: Release numbers are nothing more than numbers. There are some
"missing" versions due to trace file changes during development. This is not
a mistake.
-v0.7 (xxxx-xx-xx)
------------------
+v0.6.1 (2019-11-28)
+-------------------
- Dropped support for pre-v0.5 traces.
- Improve BSD support.
diff --git a/server/TracyVersion.hpp b/server/TracyVersion.hpp
index a063b184..5213979f 100644
--- a/server/TracyVersion.hpp
+++ b/server/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 6 };
-enum { Patch = 0 };
+enum { Patch = 1 };
}
}