1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 13:25:54 +00:00

🔖 Version 2.1.2.4

This commit is contained in:
Scott Lahteine 2024-06-15 20:37:43 -05:00
parent 53392f39a4
commit fff0d70361
6 changed files with 19 additions and 52 deletions

View File

@ -35,7 +35,7 @@
*
* Advanced settings can be found in Configuration_adv.h
*/
#define CONFIGURATION_H_VERSION 02010203
#define CONFIGURATION_H_VERSION 02010204
//===========================================================================
//============================= Getting Started =============================

View File

@ -30,7 +30,7 @@
*
* Basic settings can be found in Configuration.h
*/
#define CONFIGURATION_ADV_H_VERSION 02010203
#define CONFIGURATION_ADV_H_VERSION 02010204
// @section develop

View File

@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
//#define SHORT_BUILD_VERSION "2.1.2.3"
//#define SHORT_BUILD_VERSION "2.1.2.4"
/**
* Verbose version identifier which should contain a reference to the location

View File

@ -25,7 +25,7 @@
* Release version. Leave the Marlin version or apply a custom scheme.
*/
#ifndef SHORT_BUILD_VERSION
#define SHORT_BUILD_VERSION "2.1.2.3"
#define SHORT_BUILD_VERSION "2.1.2.4"
#endif
/**
@ -42,7 +42,7 @@
* version was tagged.
*/
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2024-05-29"
#define STRING_DISTRIBUTION_DATE "2024-06-16"
#endif
/**
@ -52,7 +52,7 @@
* to alert users to major changes.
*/
#define MARLIN_HEX_VERSION 02010203
#define MARLIN_HEX_VERSION 02010204
#ifndef REQUIRED_CONFIGURATION_H_VERSION
#define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
#endif

View File

@ -94,52 +94,19 @@ The Issue Queue is reserved for Bug Reports and Feature Requests. To get help wi
Marlin is constantly improving thanks to a huge number of contributors from all over the world bringing their specialties and talents. Huge thanks are due to [all the contributors](https://github.com/MarlinFirmware/Marlin/graphs/contributors) who regularly patch up bugs, help direct traffic, and basically keep Marlin from falling apart. Marlin's continued existence would not be possible without them.
## Administration
## Project Leadership
Regular users can open and close their own issues, but only the administrators can do project-related things like add labels, merge changes, set milestones, and kick trolls. The current Marlin admin team consists of:
<table align="center">
<tr><td>Project Maintainer</td></tr>
<tr><td>
🇺🇸  **Scott Lahteine**
[@thinkyhead](https://github.com/thinkyhead)
[<kbd>Donate 💸  </kbd>](https://www.thinkyhead.com/donate-to-marlin)
</td><td>
🇺🇸  **Roxanne Neufeld**
[@Roxy-3D](https://github.com/Roxy-3D)
🇺🇸  **Keith Bennett**
[@thisiskeithb](https://github.com/thisiskeithb)
[<kbd>Donate 💸  </kbd>](https://github.com/sponsors/thisiskeithb)
🇺🇸  **Jason Smith**
[@sjasonsmith](https://github.com/sjasonsmith)
</td><td>
🇧🇷  **Victor Oliveira**
[@rhapsodyv](https://github.com/rhapsodyv)
🇬🇧  **Chris Pepper**
[@p3p](https://github.com/p3p)
🇳🇿  **Peter Ellens**
[@ellensp](https://github.com/ellensp)
[<kbd>Donate 💸  </kbd>](https://ko-fi.com/ellensp)
</td><td>
🇺🇸  **Bob Kuhn**
[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)
🇳🇱  **Erik van der Zalm**
[@ErikZalm](https://github.com/ErikZalm)
</td></tr>
</table>
Name|Role|Link|Donate
----|----|----|----
🇺🇸 Scott Lahteine|Project Lead|[[@thinkyhead](https://github.com/thinkyhead)]|[💸 Donate](https://marlinfw.org/docs/development/contributing.html#donate)
🇺🇸 Roxanne Neufeld|Admin|[[@Roxy-3D](https://github.com/Roxy-3D)]|
🇺🇸 Keith Bennett|Admin|[[@thisiskeithb](https://github.com/thisiskeithb)]|[💸 Donate](https://github.com/sponsors/thisiskeithb)
🇺🇸 Jason Smith|Admin|[[@sjasonsmith](https://github.com/sjasonsmith)]|
🇧🇷 Victor Oliveira|Admin|[[@rhapsodyv](https://github.com/rhapsodyv)]|
🇬🇧 Chris Pepper|Admin|[[@p3p](https://github.com/p3p)]|
🇳🇿 Peter Ellens|Admin|[[@ellensp](https://github.com/ellensp)]|[💸 Donate](https://ko-fi.com/ellensp)
🇺🇸 Bob Kuhn|Admin|[[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)]|
🇳🇱 Erik van der Zalm|Founder|[[@ErikZalm](https://github.com/ErikZalm)]|
## License

View File

@ -1,3 +1,3 @@
# Where have all the configurations gone?
## https://github.com/MarlinFirmware/Configurations/archive/release-2.1.2.3.zip
## https://github.com/MarlinFirmware/Configurations/archive/release-2.1.2.4.zip