Skip to content

Commit

Permalink
Version 2.0.5.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 16, 2020
1 parent 129b1bb commit d37bfa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5"
//#define SHORT_BUILD_VERSION "2.0.5.1"

/**
* 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.5"
#define SHORT_BUILD_VERSION "2.0.5.1"
#endif

/**
Expand Down

0 comments on commit d37bfa3

Please sign in to comment.