You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
224B

  1. #ifndef __GIT_VERSION_H__
  2. #define __GIT_VERSION_H__
  3. #define COMMIT_HASH "@COMMIT_HASH@"
  4. #define COMMIT_TIME "@COMMIT_TIME@"
  5. #define BRANCH_NAME "@BRANCH_NAME@"
  6. #define BUILD_TIME "@BUILD_TIME@"
  7. #endif //__GIT_VERSION_H__