Skip to content

Commit

Permalink
version numbers were incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
effgarces committed Oct 17, 2020
1 parent eb0f051 commit 205e3bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
//#define SHORT_BUILD_VERSION "2.0.7.1"
//#define SHORT_BUILD_VERSION "bugfix-2.0.x"

/**
* Verbose version identifier which should contain a reference to the location
Expand All @@ -41,7 +41,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
//#define STRING_DISTRIBUTION_DATE "2020-07-09"
//#define STRING_DISTRIBUTION_DATE "2019-07-10"

/**
* Defines a generic printer name to be output to the LCD after booting Marlin.
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Release version. Leave the Marlin version or apply a custom scheme.
*/
#ifndef SHORT_BUILD_VERSION
#define SHORT_BUILD_VERSION "2.0.7.1"
#define SHORT_BUILD_VERSION "bugfix-2.0.x"
#endif

/**
Expand Down
8 changes: 7 additions & 1 deletion config/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Where have all the configurations gone?

## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.7.1.zip
Marlin configurations for specific machines are now maintained in their own repository at:

## https://github.com/MarlinFirmware/Configurations

Configuration files for use with the nightly `bugfix-2.0.x` branch can be downloaded from:

## https://github.com/MarlinFirmware/Configurations/archive/bugfix-2.0.x.zip

0 comments on commit 205e3bc

Please sign in to comment.