Skip to content

Commit

Permalink
Version 2.0.4.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Feb 27, 2020
1 parent b29aae6 commit d6e767e
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.4.3"
//#define SHORT_BUILD_VERSION "2.0.4.4"

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

/**
Expand Down

0 comments on commit d6e767e

Please sign in to comment.