From 7375889b2e82e921b0273c382cacd1b36db45af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Tue, 29 Jun 2021 10:39:31 +0800 Subject: [PATCH] Update config.h --- src/Common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/config.h b/src/Common/config.h index b110d62b..d45fc00b 100644 --- a/src/Common/config.h +++ b/src/Common/config.h @@ -41,7 +41,7 @@ bool loadIniConfig(const char *ini_path = nullptr); #define CLEAR_ARR(arr) for(auto &item : arr){ item = 0;} #endif //CLEAR_ARR -#define SERVER_NAME "ZLMediaKit-5.0(build in " __DATE__ " " __TIME__ ")" +#define SERVER_NAME "ZLMediaKit-6.0(build in " __DATE__ " " __TIME__ ")" #define VHOST_KEY "vhost" #define HTTP_SCHEMA "http" #define RTSP_SCHEMA "rtsp"