Skip to content

Commit 212e745

Browse files
authored
Merge pull request #187 from th3dstudio/2.0.x
2.86 release
2 parents 638c3fe + 8fd8975 commit 212e745

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Board_Configs/TH3D_EZBoardLite/Firmware/Marlin/Configuration.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#pragma once
66
#define CONFIGURATION_H_VERSION 02010200
77

8-
#define UNIFIED_VERSION "TH3D UFW 2.85"
9-
#define STRING_DISTRIBUTION_DATE "2024-03-09"
8+
#define UNIFIED_VERSION "TH3D UFW 2.86"
9+
#define STRING_DISTRIBUTION_DATE "2024-04-12"
1010

1111
//#@CONFIGURATION_START_FLAG
1212

Board_Configs/TH3D_EZBoardLite_DIY/Firmware/Marlin/Configuration.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#pragma once
88
#define CONFIGURATION_H_VERSION 02010200
99

10-
#define UNIFIED_VERSION "TH3D UFW 2.85"
11-
#define STRING_DISTRIBUTION_DATE "2024-03-09"
10+
#define UNIFIED_VERSION "TH3D UFW 2.86"
11+
#define STRING_DISTRIBUTION_DATE "2024-04-12"
1212

1313
//#@CONFIGURATION_START_FLAG
1414

Board_Configs/TH3D_EZBoardV2/Firmware/Marlin/Configuration.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#pragma once
66
#define CONFIGURATION_H_VERSION 02010200
77

8-
#define UNIFIED_VERSION "TH3D UFW 2.85"
9-
#define STRING_DISTRIBUTION_DATE "2024-03-09"
8+
#define UNIFIED_VERSION "TH3D UFW 2.86"
9+
#define STRING_DISTRIBUTION_DATE "2024-04-12"
1010

1111
//#@CONFIGURATION_START_FLAG
1212

Board_Configs/TH3D_EZBoardV2_DIY/Firmware/Marlin/Configuration.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#pragma once
88
#define CONFIGURATION_H_VERSION 02010200
99

10-
#define UNIFIED_VERSION "TH3D UFW 2.85"
11-
#define STRING_DISTRIBUTION_DATE "2024-03-09"
10+
#define UNIFIED_VERSION "TH3D UFW 2.86"
11+
#define STRING_DISTRIBUTION_DATE "2024-04-12"
1212

1313
//#@CONFIGURATION_START_FLAG
1414

Firmware/Marlin/Configuration_backend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===========================================================================
88

99
#ifndef UNIFIED_VERSION
10-
#define UNIFIED_VERSION "TH3D UFW 2.85"
10+
#define UNIFIED_VERSION "TH3D UFW 2.86"
1111
#endif
1212

1313
/**

0 commit comments

Comments
 (0)