From adf6e49cbefcc13cdfba2708fb220e8c75cfb257 Mon Sep 17 00:00:00 2001 From: hasherezade Date: Fri, 6 Dec 2024 14:00:49 -0800 Subject: [PATCH] [VERSION] 2.9 --- TinyTracer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TinyTracer.cpp b/TinyTracer.cpp index 6761285..7f7df7a 100644 --- a/TinyTracer.cpp +++ b/TinyTracer.cpp @@ -20,7 +20,7 @@ #include "DisasmCache.h" #define TOOL_NAME "TinyTracer" -#define VERSION "2.8.4" +#define VERSION "2.9" #include "Util.h" #include "Settings.h"