Skip to content

Commit

Permalink
Version 2.0.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 14, 2020
1 parent fa48fbb commit 8dbbcfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.4.4"
//#define SHORT_BUILD_VERSION "2.0.5"

/**
* Verbose version identifier which should contain a reference to the location
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.4.4"
#define SHORT_BUILD_VERSION "2.0.5"
#endif

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

## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.4.zip
## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.5.zip

0 comments on commit 8dbbcfd

Please sign in to comment.