From d6591e874cf58975afa510df66e9abcc8e43fdd5 Mon Sep 17 00:00:00 2001 From: Andrew <18502096+classicrocker883@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:07:05 +0000 Subject: [PATCH] [cron] Bump distribution date (2024-10-31) --- Marlin/Version.h | 2 +- Marlin/src/inc/Version.h | 2 +- configurations/BTT_SKR-Mini-E3-V2/MM/Version.h | 2 +- configurations/BTT_SKR-Mini-E3-V2/UBL/Version.h | 2 +- configurations/BTT_SKR-Mini-E3-V3/MM/Version.h | 2 +- configurations/BTT_SKR-Mini-E3-V3/UBL/Version.h | 2 +- configurations/Creality Ender/BLT/Version.h | 2 +- configurations/Creality Ender/Default/Version.h | 2 +- configurations/Creality Ender/E3-Free-runs/MM/Version.h | 2 +- configurations/Creality Ender/E3-Free-runs/UBL/Version.h | 2 +- configurations/Creality Ender/MM/Version.h | 2 +- configurations/Creality Ender/S1/UBL/Version.h | 2 +- configurations/Creality Ender/UBL/Version.h | 2 +- configurations/Voxelab Aquila 427/BLT/Version.h | 2 +- configurations/Voxelab Aquila 427/Default/Version.h | 2 +- configurations/Voxelab Aquila 427/MM/Version.h | 2 +- configurations/Voxelab Aquila 427/UBL/Version.h | 2 +- configurations/Voxelab Aquila/BLT/Version.h | 2 +- configurations/Voxelab Aquila/Default/Version.h | 2 +- configurations/Voxelab Aquila/MM/Version.h | 2 +- configurations/Voxelab Aquila/UBL/Version.h | 2 +- configurations/Voxelab Aquila/X3/Version.h | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index 628062ce54..77a3a2e789 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index af0607956d..ddc0b02515 100644 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -42,7 +42,7 @@ * version was tagged. */ #ifndef STRING_DISTRIBUTION_DATE - #define STRING_DISTRIBUTION_DATE "2024-10-29" + #define STRING_DISTRIBUTION_DATE "2024-10-31" #endif /** diff --git a/configurations/BTT_SKR-Mini-E3-V2/MM/Version.h b/configurations/BTT_SKR-Mini-E3-V2/MM/Version.h index 6dd38cbabb..b334176f16 100644 --- a/configurations/BTT_SKR-Mini-E3-V2/MM/Version.h +++ b/configurations/BTT_SKR-Mini-E3-V2/MM/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/BTT_SKR-Mini-E3-V2/UBL/Version.h b/configurations/BTT_SKR-Mini-E3-V2/UBL/Version.h index b8d7f8f35c..f92cb248ce 100644 --- a/configurations/BTT_SKR-Mini-E3-V2/UBL/Version.h +++ b/configurations/BTT_SKR-Mini-E3-V2/UBL/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/BTT_SKR-Mini-E3-V3/MM/Version.h b/configurations/BTT_SKR-Mini-E3-V3/MM/Version.h index 6dd38cbabb..b334176f16 100644 --- a/configurations/BTT_SKR-Mini-E3-V3/MM/Version.h +++ b/configurations/BTT_SKR-Mini-E3-V3/MM/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/BTT_SKR-Mini-E3-V3/UBL/Version.h b/configurations/BTT_SKR-Mini-E3-V3/UBL/Version.h index b8d7f8f35c..f92cb248ce 100644 --- a/configurations/BTT_SKR-Mini-E3-V3/UBL/Version.h +++ b/configurations/BTT_SKR-Mini-E3-V3/UBL/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Creality Ender/BLT/Version.h b/configurations/Creality Ender/BLT/Version.h index f6fca52919..2d5ed2c184 100644 --- a/configurations/Creality Ender/BLT/Version.h +++ b/configurations/Creality Ender/BLT/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Creality Ender/Default/Version.h b/configurations/Creality Ender/Default/Version.h index 221a8f40b1..676e81ee46 100644 --- a/configurations/Creality Ender/Default/Version.h +++ b/configurations/Creality Ender/Default/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Creality Ender/E3-Free-runs/MM/Version.h b/configurations/Creality Ender/E3-Free-runs/MM/Version.h index 7ebc4df8c9..c99d6563a8 100644 --- a/configurations/Creality Ender/E3-Free-runs/MM/Version.h +++ b/configurations/Creality Ender/E3-Free-runs/MM/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Creality Ender/E3-Free-runs/UBL/Version.h b/configurations/Creality Ender/E3-Free-runs/UBL/Version.h index e42611b101..9b1b555d45 100644 --- a/configurations/Creality Ender/E3-Free-runs/UBL/Version.h +++ b/configurations/Creality Ender/E3-Free-runs/UBL/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Creality Ender/MM/Version.h b/configurations/Creality Ender/MM/Version.h index 44a2ace5eb..df23d63ca9 100644 --- a/configurations/Creality Ender/MM/Version.h +++ b/configurations/Creality Ender/MM/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Creality Ender/S1/UBL/Version.h b/configurations/Creality Ender/S1/UBL/Version.h index c5a6cb7930..0bd4d6e898 100644 --- a/configurations/Creality Ender/S1/UBL/Version.h +++ b/configurations/Creality Ender/S1/UBL/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Creality Ender/UBL/Version.h b/configurations/Creality Ender/UBL/Version.h index b82a6b8e72..6d0464fcc0 100644 --- a/configurations/Creality Ender/UBL/Version.h +++ b/configurations/Creality Ender/UBL/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Voxelab Aquila 427/BLT/Version.h b/configurations/Voxelab Aquila 427/BLT/Version.h index 0a5151d581..5448b761ec 100644 --- a/configurations/Voxelab Aquila 427/BLT/Version.h +++ b/configurations/Voxelab Aquila 427/BLT/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Voxelab Aquila 427/Default/Version.h b/configurations/Voxelab Aquila 427/Default/Version.h index 30f3d40ca1..f74d2aa0f1 100644 --- a/configurations/Voxelab Aquila 427/Default/Version.h +++ b/configurations/Voxelab Aquila 427/Default/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Voxelab Aquila 427/MM/Version.h b/configurations/Voxelab Aquila 427/MM/Version.h index 6dd38cbabb..b334176f16 100644 --- a/configurations/Voxelab Aquila 427/MM/Version.h +++ b/configurations/Voxelab Aquila 427/MM/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Voxelab Aquila 427/UBL/Version.h b/configurations/Voxelab Aquila 427/UBL/Version.h index b8d7f8f35c..f92cb248ce 100644 --- a/configurations/Voxelab Aquila 427/UBL/Version.h +++ b/configurations/Voxelab Aquila 427/UBL/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Voxelab Aquila/BLT/Version.h b/configurations/Voxelab Aquila/BLT/Version.h index 0a5151d581..5448b761ec 100644 --- a/configurations/Voxelab Aquila/BLT/Version.h +++ b/configurations/Voxelab Aquila/BLT/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Voxelab Aquila/Default/Version.h b/configurations/Voxelab Aquila/Default/Version.h index 30f3d40ca1..f74d2aa0f1 100644 --- a/configurations/Voxelab Aquila/Default/Version.h +++ b/configurations/Voxelab Aquila/Default/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Voxelab Aquila/MM/Version.h b/configurations/Voxelab Aquila/MM/Version.h index 6dd38cbabb..b334176f16 100644 --- a/configurations/Voxelab Aquila/MM/Version.h +++ b/configurations/Voxelab Aquila/MM/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Voxelab Aquila/UBL/Version.h b/configurations/Voxelab Aquila/UBL/Version.h index b8d7f8f35c..f92cb248ce 100644 --- a/configurations/Voxelab Aquila/UBL/Version.h +++ b/configurations/Voxelab Aquila/UBL/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Voxelab Aquila/X3/Version.h b/configurations/Voxelab Aquila/X3/Version.h index 2790fa7018..bf24e62ced 100644 --- a/configurations/Voxelab Aquila/X3/Version.h +++ b/configurations/Voxelab Aquila/X3/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2024-10-29" +//#define STRING_DISTRIBUTION_DATE "2024-10-31" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__