You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __GIT_VERSION_H__
|
|
#define __GIT_VERSION_H__
|
|
|
|
#define COMMIT_HASH "@COMMIT_HASH@"
|
|
#define COMMIT_TIME "@COMMIT_TIME@"
|
|
#define BRANCH_NAME "@BRANCH_NAME@"
|
|
#define BUILD_TIME "@BUILD_TIME@"
|
|
|
|
#endif //__GIT_VERSION_H__
|
|
|