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>2020-09-14 23:55:41 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2020-09-14 23:55:41 +0300
commit54909485678ed19cd67ce3644352e40e34a833e9 (patch)
tree3f3c35f3c5d8682d23680b7625c2ba5fb8f6f960
parentc1d7778d48b23d1e55ba65fad3148d3b1737f521 (diff)
Release 0.7.2.v0.7.2
-rw-r--r--NEWS2
-rw-r--r--server/TracyVersion.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 505376f2..92550a87 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.2 (2020-09-14)
-------------------
- Note: the bitbucket repository is obsolete and will soon stop receiving
diff --git a/server/TracyVersion.hpp b/server/TracyVersion.hpp
index 77825c70..e3a72413 100644
--- a/server/TracyVersion.hpp
+++ b/server/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 7 };
-enum { Patch = 1 };
+enum { Patch = 2 };
}
}