Merge pull request #706 from wolfmanjm/upstreamedge
[clinton/Smoothieware.git] / src / version.h
CommitLineData
582559c6
JM
1#ifndef _VERSION__H
2#define _VERSION__H
3class Version {
4 public:
5 const char *get_build(void) const;
6 const char *get_build_date(void) const;
7};
8#endif