Skip to content

Commit d7c7740

Browse files
committed
Marlin 2.0.9
1 parent c8898b5 commit d7c7740

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Marlin/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Marlin release version identifier
3030
*/
31-
//#define SHORT_BUILD_VERSION "2.0.8.2"
31+
//#define SHORT_BUILD_VERSION "2.0.9"
3232

3333
/**
3434
* Verbose version identifier which should contain a reference to the location
@@ -41,7 +41,7 @@
4141
* here we define this default string as the date where the latest release
4242
* version was tagged.
4343
*/
44-
//#define STRING_DISTRIBUTION_DATE "2021-05-29"
44+
//#define STRING_DISTRIBUTION_DATE "2021-06-15"
4545

4646
/**
4747
* Defines a generic printer name to be output to the LCD after booting Marlin.

Marlin/src/inc/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Release version. Leave the Marlin version or apply a custom scheme.
2626
*/
2727
#ifndef SHORT_BUILD_VERSION
28-
#define SHORT_BUILD_VERSION "2.0.8.2"
28+
#define SHORT_BUILD_VERSION "2.0.9"
2929
#endif
3030

3131
/**
@@ -42,7 +42,7 @@
4242
* version was tagged.
4343
*/
4444
#ifndef STRING_DISTRIBUTION_DATE
45-
#define STRING_DISTRIBUTION_DATE "2021-05-29"
45+
#define STRING_DISTRIBUTION_DATE "2021-06-15"
4646
#endif
4747

4848
/**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Regular users can open and close their own issues, but only the administrators c
7979
- Victor Oliveira [[@rhapsodyv](https://github.com/rhapsodyv)] - Brazil
8080
- Chris Pepper [[@p3p](https://github.com/p3p)] - UK
8181
- Jason Smith [[@sjasonsmith](https://github.com/sjasonsmith)] - USA
82-
- Luu Lac [[@sjasonsmith](https://github.com/sjasonsmith)] - USA
82+
- Luu Lac [[@shitcreek](https://github.com/shitcreek)] - USA
8383
- Bob Kuhn [[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)] - USA
8484
- Erik van der Zalm [[@ErikZalm](https://github.com/ErikZalm)] - Netherlands   [![Flattr Erik](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=ErikZalm&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software)
8585

config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Where have all the configurations gone?
22

3-
## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.8.2.zip
3+
## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.9.zip

0 commit comments

Comments
 (0)