From e7c47f45b18ee386d1a376b7d021360040921bce Mon Sep 17 00:00:00 2001 From: tobiasrausch Date: Tue, 19 Feb 2019 10:46:38 +0100 Subject: [PATCH] v0.5.2 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index a5b46fc..85e2b9a 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ namespace tracy { - std::string tracyVersionNumber = "0.5.1"; + std::string tracyVersionNumber = "0.5.2"; inline void printTitle(std::string const& title)