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>2021-04-01 18:48:24 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-04-01 19:15:07 +0300
commitda29ec975b674682d41ad5d439cf15ed908f72a6 (patch)
treee3e9cda522a83af84eb0519b53d6888e6741732e
parente35d02186d00eff26ec6c698331a0767a28a51b0 (diff)
Release 0.7.7.v0.7.7
-rw-r--r--NEWS2
-rw-r--r--server/TracyVersion.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6d82c09f..a06a4b8c 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ 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.x.x (xxxx-xx-xx)
+v0.7.7 (2021-04-01)
-------------------
- Linux crash handler will now also catch SIGABRT.
diff --git a/server/TracyVersion.hpp b/server/TracyVersion.hpp
index 50f18442..94283adb 100644
--- a/server/TracyVersion.hpp
+++ b/server/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 7 };
-enum { Patch = 6 };
+enum { Patch = 7 };
}
}