Bump version to 1.0.7 for next release.

This commit is contained in:
Knutwurst
2020-07-14 20:37:55 +02:00
parent a7b4298ffd
commit 68338f49ec
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
* Defines the version of the Marlin build. Not to be confused with
* Marlin's own build number, e.g. 2.0.x.
*/
#define CUSTOM_BUILD_VERSION "1.0.6"
#define CUSTOM_BUILD_VERSION "1.0.7"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2020-03-31"

View File

@@ -33,7 +33,7 @@ char *ftostr32(const float &);
#define TFTBUFSIZE 4
#define TFT_MAX_CMD_SIZE 96
#define MSG_MY_VERSION "Knutwurst-1.0.5"
#define MSG_MY_VERSION "Knutwurst-1.0.7"
#define ANYCUBIC_TFT_STATE_IDLE 0
#define ANYCUBIC_TFT_STATE_SDPRINT 1