Supply a VERSION in a short form for displays

The long descriptor will still be available in M115
This commit is contained in:
Richard Wackerbarth
2015-08-01 10:03:46 -05:00
parent cd7828a928
commit b227d8c128
21 changed files with 32 additions and 27 deletions

View File

@ -638,7 +638,7 @@ void setup() {
MCUSR = 0;
SERIAL_ECHOPGM(MSG_MARLIN);
SERIAL_ECHOLNPGM(" " BUILD_VERSION);
SERIAL_ECHOLNPGM(" " SHORT_BUILD_VERSION);
#ifdef STRING_DISTRIBUTION_DATE
#ifdef STRING_CONFIG_H_AUTHOR