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:
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 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 };
}
}