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