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-08-17 18:05:29 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-08-17 18:05:29 +0300
commit414f903cc5b3f5380e6df1c51d88c41723c59224 (patch)
tree424026b09c4a7682572555519a509055d0f2376c /server/TracyVersion.hpp
parentf957f64ce12a06848363c8d2ecac4ba6123501cd (diff)
Collect thread wakeup data.
Diffstat (limited to 'server/TracyVersion.hpp')
-rw-r--r--server/TracyVersion.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/TracyVersion.hpp b/server/TracyVersion.hpp
index b8671501..25b75cb8 100644
--- a/server/TracyVersion.hpp
+++ b/server/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 5 };
-enum { Patch = 3 };
+enum { Patch = 4 };
}
}