BeRTOS
verstag.c
Go to the documentation of this file.
00001 
00038 #include <verstag.h>
00039 
00040 /*
00041  * "buildrev.h" is auto-generated by the build infrastructure,
00042  * incrementing VERS_BUILD each time the project is rebuilt.
00043  */
00044 #include "buildrev.h"
00045 
00046 const char vers_tag[] = VERS_TAG;
00047 const char vers_build_str[] = _STRINGIZE(VERS_BUILD);
00048 const char vers_host[] = VERS_HOST;
00049 const int vers_build_nr = VERS_BUILD;
00050