2025-07-06 23:51:45 +08:00
|
|
|
#ifndef VERSION_H
|
|
|
|
|
#define VERSION_H
|
2025-06-18 08:49:29 +08:00
|
|
|
|
2025-07-06 23:51:45 +08:00
|
|
|
#define VERSION_GIT_COMMIT "@VERSION_GIT_HASH@"
|
|
|
|
|
#define VERSION_GIT_BRANCH "@VERSION_GIT_BRANCH@"
|
|
|
|
|
#define VERSION_NUM "@PROJECT_VERSION@"
|
|
|
|
|
#define VERSION_URL "@PROJECT_URL@"
|
2025-10-23 09:46:54 +08:00
|
|
|
#define VERSION_DEV "@DEVELOP_MARK@"
|
2025-07-05 23:26:12 +08:00
|
|
|
|
|
|
|
|
#endif
|