clean up white space tabs vs spaces
[clinton/Smoothieware.git] / src / version.cpp
CommitLineData
582559c6
JM
1#include "version.h"
2const char *Version::get_build(void) const {
b19aa09d 3 return "placeholder";
582559c6
JM
4}
5const char *Version::get_build_date(void) const {
6 return __DATE__ " " __TIME__;
7}