From 0a925003da4954575904525b1b83d69947ad9c04 Mon Sep 17 00:00:00 2001 From: tobiasrausch Date: Fri, 7 Dec 2018 11:37:14 +0100 Subject: [PATCH] v0.3.7 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 63a69ec..a2d413b 100644 --- a/src/version.h +++ b/src/version.h @@ -28,7 +28,7 @@ namespace tracy { - std::string tracyVersionNumber = "0.3.6"; + std::string tracyVersionNumber = "0.3.7"; inline void printTitle(std::string const& title)