From 5ab51446767af132ae2b7fb6ee7fefcef7672bcc Mon Sep 17 00:00:00 2001 From: hasherezade Date: Thu, 14 Oct 2021 14:10:29 +0200 Subject: [PATCH] [VERSION] 2.0 --- TinyTracer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TinyTracer.cpp b/TinyTracer.cpp index 7af5e22..b1388e5 100644 --- a/TinyTracer.cpp +++ b/TinyTracer.cpp @@ -20,7 +20,7 @@ #include "FuncWatch.h" #define TOOL_NAME "TinyTracer" -#define VERSION "1.9.5" +#define VERSION "2.0" #include "Util.h" #include "Settings.h"