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-04-08 13:49:58 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2020-04-08 13:52:06 +0300
commit2a06f1545b389e89053e8826629c0c7ab8480590 (patch)
tree27e5527434abe4575294c75b075f257c2f1441dc /server/TracyVersion.hpp
parent1da1d31e1cc04cf0c39a84cd83d51aa855b8195d (diff)
Store count of proper and inline symbols in trace dump.
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 8b11bc77..5cc38dd2 100644
--- a/server/TracyVersion.hpp
+++ b/server/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 6 };
-enum { Patch = 10 };
+enum { Patch = 11 };
}
}