From bdad0afab7cc7854cd7e7d6750a7250368fa286b Mon Sep 17 00:00:00 2001 From: ssjrocks <70337439+ssjrocks@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:16:14 +1000 Subject: [PATCH] Update Version.h --- Marlin/src/inc/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index a66432e..4393220 100644 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -26,7 +26,7 @@ */ #ifndef SHORT_BUILD_VERSION #if ENABLED(HIGH_SPEED_1) - #define SHORT_BUILD_VERSION "V1.0.8" + #define SHORT_BUILD_VERSION "V1.0.9" #else #define SHORT_BUILD_VERSION "Ender-3V3 SE_Ten_P1T14T" // GD32F303RET6 + Multilanguage 1.Chinese 2.English 3.German 4.Russian 5.French 6.Turkish 7.Spanish 8.Italian 9.Portuguese #endif @@ -46,7 +46,7 @@ * version was tagged. */ #ifndef STRING_DISTRIBUTION_DATE - #define STRING_DISTRIBUTION_DATE "2024-10-20" + #define STRING_DISTRIBUTION_DATE "2024-12-01" #endif /**