Allow G92 A0 to change A axis, ditto for B C
[clinton/Smoothieware.git] / src / version.h
1 #ifndef _VERSION__H
2 #define _VERSION__H
3 class Version {
4 public:
5 const char *get_build(void) const;
6 const char *get_build_date(void) const;
7 };
8 #endif