ZLMediaKit/server/version.h.ini
monktan 3ddc14d35d 合并pr(#661): 减少unsport code打印,新增git信息获取
(cherry picked from commit 47f2f5b349d0b9a3e28da0b7eeafb4cb5d711da7)
2021-01-02 22:02:23 +08:00

12 lines
246 B
INI

#ifndef __GIT_VERSION_H__
#define __GIT_VERSION_H__
#include <string>
const std::string commit_hash = "@COMMIT_HASH@";
const std::string branch_name = "@BRANCH_NAME@";
const std::string build_time = "@BUILD_TIME@";
#endif //__GIT_VERSION_H__