Skip to content

Commit 205e3bc

Browse files
committed
version numbers were incorrect
1 parent eb0f051 commit 205e3bc

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

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.7.1"
31+
//#define SHORT_BUILD_VERSION "bugfix-2.0.x"
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 "2020-07-09"
44+
//#define STRING_DISTRIBUTION_DATE "2019-07-10"
4545

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

Marlin/src/inc/Version.h

Lines changed: 1 addition & 1 deletion
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.7.1"
28+
#define SHORT_BUILD_VERSION "bugfix-2.0.x"
2929
#endif
3030

3131
/**

config/README.md

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

3-
## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.7.1.zip
3+
Marlin configurations for specific machines are now maintained in their own repository at:
4+
5+
## https://github.com/MarlinFirmware/Configurations
6+
7+
Configuration files for use with the nightly `bugfix-2.0.x` branch can be downloaded from:
8+
9+
## https://github.com/MarlinFirmware/Configurations/archive/bugfix-2.0.x.zip

0 commit comments

Comments
 (0)