Updated version information as this branch will be based on original Marlin 1.1.9.1

This commit is contained in:
Ivo Pischner 2020-10-27 12:10:07 +01:00
parent bb2163e853
commit 85d0c27315
1 changed files with 3 additions and 3 deletions

View File

@ -35,13 +35,13 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "1.1.9"
#define SHORT_BUILD_VERSION "1.1.9.1"
/**
* Defines the version of the Marlin-AI3M build. Not to be confused with
* Marlin's own build number, e.g. 1.1.9.
*/
#define CUSTOM_BUILD_VERSION "v1.4.6"
#define CUSTOM_BUILD_VERSION "v1.4.7"
/**
* Verbose version identifier which should contain a reference to the location
@ -54,7 +54,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define STRING_DISTRIBUTION_DATE "2019-04-03"
#define STRING_DISTRIBUTION_DATE "2020-11-01"
/**
* Required minimum Configuration.h and Configuration_adv.h file versions.