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--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 };
}
}