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 42f60295..6a57ee52 100644
--- a/server/TracyVersion.hpp
+++ b/server/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 8 };
-enum { Patch = 0 };
+enum { Patch = 1 };
}
}