Update software version

This commit is contained in:
optixx
2016-02-09 21:39:36 +01:00
parent 123ca226ab
commit b09aa72e38
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ void banner()
info_P(PSTR("\n"));
info_P(PSTR(" www.optixx.org\n"));
info_P(PSTR("\n"));
info_P(PSTR("System Hw: %s Sw: %s\n"), HW_VERSION, SW_VERSION);
info_P(PSTR("Hardware Version: %s Software Version: %s Build Date: %s \n"), HW_VERSION, SW_VERSION, __DATE__ );
}