Fix macOS compile error by rename version.h -> ZLMVersion.h (#3411 #3410)

This commit is contained in:
Jacob Su
2024-03-24 17:18:18 +08:00
committed by GitHub
parent 7aaafa18e7
commit 208f57e2cd
5 changed files with 7 additions and 7 deletions

10
ZLMVersion.h.ini Normal file
View File

@@ -0,0 +1,10 @@
#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__