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-05-27 19:16:53 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2020-05-27 19:16:53 +0300
commit54a029356d6c502a9397953c39615a0257ba133e (patch)
tree9e2e91cfc5b2776e23675cd2f634a853479462bd /server/TracyVersion.hpp
parent4f3934ae6a2fbeb62a1abd7be47a6830c32f4c13 (diff)
Explicitly store GPU context type.
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 4e9d7870..d040147a 100644
--- a/server/TracyVersion.hpp
+++ b/server/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 6 };
-enum { Patch = 13 };
+enum { Patch = 14 };
}
}