From 92edf635f34e7777102a3b32a5378801951b4eec Mon Sep 17 00:00:00 2001 From: Ray The Fox <120764243+RayTF@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:23:09 -0300 Subject: [PATCH] Remove Unused Version String --- platform/common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/common/version.h b/platform/common/version.h index b497e6a3..ca33f521 100644 --- a/platform/common/version.h +++ b/platform/common/version.h @@ -1 +1 @@ -#define VERSION "T9" \ No newline at end of file +#define VERSION "" \ No newline at end of file