From 0ae4b27d9d47ca81b99fd708760e1a8042443aaa Mon Sep 17 00:00:00 2001 From: Andrew <18502096+classicrocker883@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:05:09 +0000 Subject: [PATCH] [cron] Bump distribution date (2024-02-21) --- Marlin/Version.h | 2 +- Marlin/src/inc/Version.h | 2 +- configurations/BTT-SKR_Mini_E3_V2/Version.h | 2 +- configurations/BTT-SKR_Mini_E3_V3/Version.h | 2 +- configurations/Creality Ender/BLT/Version.h | 2 +- configurations/Creality Ender/Default-NP/Version.h | 2 +- configurations/Creality Ender/MM/Version.h | 2 +- configurations/Creality Ender/UBL/Version.h | 2 +- configurations/Voxelab Aquila 427/BLT/Version.h | 2 +- configurations/Voxelab Aquila 427/Default-NP/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-NP/Version.h | 2 +- configurations/Voxelab Aquila/MM/Version.h | 2 +- configurations/Voxelab Aquila/UBL/Version.h | 2 +- configurations/Voxelab Aquila/X3/Version.h | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index 1ba84736ba..61970a9276 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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #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 4030e600be..44134f5993 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-02-17" + #define STRING_DISTRIBUTION_DATE "2024-02-21" #endif /** diff --git a/configurations/BTT-SKR_Mini_E3_V2/Version.h b/configurations/BTT-SKR_Mini_E3_V2/Version.h index 1ba84736ba..61970a9276 100644 --- a/configurations/BTT-SKR_Mini_E3_V2/Version.h +++ b/configurations/BTT-SKR_Mini_E3_V2/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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/BTT-SKR_Mini_E3_V3/Version.h b/configurations/BTT-SKR_Mini_E3_V3/Version.h index 1ba84736ba..61970a9276 100644 --- a/configurations/BTT-SKR_Mini_E3_V3/Version.h +++ b/configurations/BTT-SKR_Mini_E3_V3/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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #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 d648514616..131247aaa7 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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Creality Ender/Default-NP/Version.h b/configurations/Creality Ender/Default-NP/Version.h index 5589119d8b..a43dfb9293 100644 --- a/configurations/Creality Ender/Default-NP/Version.h +++ b/configurations/Creality Ender/Default-NP/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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #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 c78947265a..8ff326aba7 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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #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 0a3f73941c..1be1644ea3 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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #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 381512f310..227cb9e142 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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Voxelab Aquila 427/Default-NP/Version.h b/configurations/Voxelab Aquila 427/Default-NP/Version.h index 833b96662e..4a2f134fac 100644 --- a/configurations/Voxelab Aquila 427/Default-NP/Version.h +++ b/configurations/Voxelab Aquila 427/Default-NP/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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #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 518e57ca98..76d06a5c5d 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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #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 1ba84736ba..61970a9276 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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #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 381512f310..227cb9e142 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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__ diff --git a/configurations/Voxelab Aquila/Default-NP/Version.h b/configurations/Voxelab Aquila/Default-NP/Version.h index 833b96662e..4a2f134fac 100644 --- a/configurations/Voxelab Aquila/Default-NP/Version.h +++ b/configurations/Voxelab Aquila/Default-NP/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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #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 518e57ca98..76d06a5c5d 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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #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 1ba84736ba..61970a9276 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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #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 ba201c4f98..bebf580062 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-02-17" +//#define STRING_DISTRIBUTION_DATE "2024-02-21" #define STRING_DISTRIBUTION_DATE __DATE__ #define STRING_DISTRIBUTION_TIME __TIME__