/ src / version.build.h
version.build.h
 1  /*
 2  * This file is automatically generated by the build process
 3  * DO NOT EDIT!
 4  */
 5  
 6  static const char VERSION_STRING[] = "fa9795e (modified)";
 7  
 8  static const char* alm_get_build(void);
 9  static const char* alm_get_build(void)
10  {
11          return VERSION_STRING;
12  }