🔖 Repurpose as bugfix for 2.0.9.4

This commit is contained in:
Scott Lahteine
2022-06-05 23:56:18 -05:00
parent 369542db3b
commit 72346e80fa
4 changed files with 29 additions and 11 deletions

View File

@@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
//#define SHORT_BUILD_VERSION "2.0.9.4"
//#define SHORT_BUILD_VERSION "bugfix-2.0.x"
/**
* Verbose version identifier which should contain a reference to the location

View File

@@ -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.9.4"
#define SHORT_BUILD_VERSION "bugfix-2.0.x"
#endif
/**