Added a new event GET_PUBLIC_DATA used to retrieve (or set) data from other modules
[clinton/Smoothieware.git] / src / version.cpp
1 #include "version.h"
2 const char *Version::get_build(void) const {
3 return "feature/get_public_value_event-8028708";
4 }
5 const char *Version::get_build_date(void) const {
6 return __DATE__ " " __TIME__;
7 }