Michael Spencer / Smoothie

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

version.cpp

Committer:
Bigcheese
Date:
2014-03-02
Revision:
3:f151d08d335c
Parent:
2:1df0b61d3b5a

File content as of revision 3:f151d08d335c:

#include "version.h"
const char *Version::get_build(void) const {
    return __GITVERSIONSTRING__;
}
const char *Version::get_build_date(void) const {
    return __DATE__ " " __TIME__;
}