release 8.0

This commit is contained in:
xia-chu 2023-12-09 14:51:22 +08:00
parent 6c4d04cae7
commit 2ac54248f4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace mediakit {
//请遵循MIT协议勿修改服务器声明
#if !defined(ENABLE_VERSION)
const char kServerName[] = "ZLMediaKit-7.0(build in " __DATE__ " " __TIME__ ")";
const char kServerName[] = "ZLMediaKit-8.0(build in " __DATE__ " " __TIME__ ")";
#else
const char kServerName[] = "ZLMediaKit(git hash:" COMMIT_HASH "/" COMMIT_TIME ",branch:" BRANCH_NAME ",build time:" BUILD_TIME ")";
#endif