add placeholder for git info
[clinton/Smoothieware.git] / src / version.cpp
1 #include "version.h"
2 const char *Version::get_build(void) const {
3 return "placeholder";
4 }
5 const char *Version::get_build_date(void) const {
6 return __DATE__ " " __TIME__;
7 }