Seeed Grove ++  v0.0.1-1441M
C++ Library For Seeed Grove Devices
base.cpp
Go to the documentation of this file.
1 /* Seeed Grove ++ (C) 2015 Stephane Charette <stephanecharette@gmail.com>
2  * $Id: base.cpp 1437 2015-12-09 12:01:36Z stephane $
3  */
4 
5 #include "sg_base.hpp"
6 #include "sg_version.hpp"
7 
8 
9 std::string SG::get_version( void )
10 {
11  return SG_VERSION;
12 }
std::string get_version(void)
Get the version string.
Definition: base.cpp:9
#define SG_VERSION
This version tag is automatically updated by the build process.
Definition: sg_version.hpp:10