update comments to explain in more detail what is going on with reset position after...
[clinton/Smoothieware.git] / src / version.cpp
CommitLineData
582559c6
JM
1#include "version.h"
2const char *Version::get_build(void) const {
e4738895 3 return __GITVERSIONSTRING__;
582559c6
JM
4}
5const char *Version::get_build_date(void) const {
6 return __DATE__ " " __TIME__;
7}