Commit b691178 1 parent af6dac3 commit b691178 Copy full SHA for b691178
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
/**
29
29
* Marlin release version identifier
30
30
*/
31
- //#define SHORT_BUILD_VERSION "2.1.2.1 "
31
+ //#define SHORT_BUILD_VERSION "2.1.2.2 "
32
32
33
33
/**
34
34
* Verbose version identifier which should contain a reference to the location
41
41
* here we define this default string as the date where the latest release
42
42
* version was tagged.
43
43
*/
44
- //#define STRING_DISTRIBUTION_DATE "2023-05-16 "
44
+ //#define STRING_DISTRIBUTION_DATE "2024-02-08 "
45
45
46
46
/**
47
47
* Defines a generic printer name to be output to the LCD after booting Marlin.
Original file line number Diff line number Diff line change 25
25
* Release version. Leave the Marlin version or apply a custom scheme.
26
26
*/
27
27
#ifndef SHORT_BUILD_VERSION
28
- #define SHORT_BUILD_VERSION "2.1.2.1 "
28
+ #define SHORT_BUILD_VERSION "2.1.2.2 "
29
29
#endif
30
30
31
31
/**
42
42
* version was tagged.
43
43
*/
44
44
#ifndef STRING_DISTRIBUTION_DATE
45
- #define STRING_DISTRIBUTION_DATE "2023-05-16 "
45
+ #define STRING_DISTRIBUTION_DATE "2024-02-08 "
46
46
#endif
47
47
48
48
/**
52
52
* to alert users to major changes.
53
53
*/
54
54
55
- #define MARLIN_HEX_VERSION 02010201
55
+ #define MARLIN_HEX_VERSION 02010202
56
56
#ifndef REQUIRED_CONFIGURATION_H_VERSION
57
57
#define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
58
58
#endif
Original file line number Diff line number Diff line change 1
1
# Where have all the configurations gone?
2
2
3
- ## https://github.com/MarlinFirmware/Configurations/archive/release-2.1.2.1 .zip
3
+ ## https://github.com/MarlinFirmware/Configurations/archive/release-2.1.2.2 .zip
You can’t perform that action at this time.
0 commit comments