1 2 3 4 5 6 7
#ifndef BUILD_INFO_H #define BUILD_INFO_H #define BUILD_NUMBER 899 #define BUILD_COMMIT "41c6741" #endif // BUILD_INFO_H