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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/TracyVersion.hpp b/server/TracyVersion.hpp
index 9fef02c1..42f60295 100644
--- a/server/TracyVersion.hpp
+++ b/server/TracyVersion.hpp
@@ -6,8 +6,8 @@ namespace tracy
namespace Version
{
enum { Major = 0 };
-enum { Minor = 7 };
-enum { Patch = 15 };
+enum { Minor = 8 };
+enum { Patch = 0 };
}
}