From 676b2cca7916527cbbda27cd0b366465c887930c Mon Sep 17 00:00:00 2001 From: Andrew <18502096+classicrocker883@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:07:07 +0000 Subject: [PATCH] [cron] Bump distribution date (2024-10-09) --- 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 e2b418892f..d938f490f0 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 4bf8ce5c52..facf826ea0 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-07" + #define STRING_DISTRIBUTION_DATE "2024-10-09" #endif /** diff --git a/configurations/BTT_SKR-Mini-E3-V2/MM/Version.h b/configurations/BTT_SKR-Mini-E3-V2/MM/Version.h index 81f8d6e880..81963b43b2 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 e2b418892f..d938f490f0 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 81f8d6e880..81963b43b2 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 e2b418892f..d938f490f0 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 3007f8489d..60bc58065a 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 353e92ef98..398e48360a 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 46784bb094..f9041bc482 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 a96341de4d..00ed95f843 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 7f2ad774e8..287a211031 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 3224cca367..729752031a 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 50ee62f7d8..3bbb6956ad 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 01b41c9a8f..cf9c421f5b 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 9c401c05ae..257fd0f634 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 81f8d6e880..81963b43b2 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 e2b418892f..d938f490f0 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 01b41c9a8f..cf9c421f5b 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 9c401c05ae..257fd0f634 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 81f8d6e880..81963b43b2 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 e2b418892f..d938f490f0 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #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 ff2e9f6c97..c486ab49f9 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-07" +//#define STRING_DISTRIBUTION_DATE "2024-10-09" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__