From df377fc1f41f0d4faff6842e2e3b2b5b53e0f6e8 Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Tue, 29 Jun 2021 17:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=8F=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=EF=BC=8C=E9=98=B2=E6=AD=A2=E9=A2=91=E7=B9=81=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E5=85=A8=E9=87=8F=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Common/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/macros.h b/src/Common/macros.h index 839e096b..183495a3 100644 --- a/src/Common/macros.h +++ b/src/Common/macros.h @@ -61,7 +61,7 @@ #if !defined(ENABLE_VERSION) #define SERVER_NAME "ZLMediaKit-6.0(build in " __DATE__ " " __TIME__ ")" #else -#define SERVER_NAME "ZLMediaKit(git hash:" COMMIT_HASH ",branch:" BRANCH_TIME ",build time:" BUILD_TIME ")" +#define SERVER_NAME "ZLMediaKit(git hash:" COMMIT_HASH ",branch:" BRANCH_TIME ",build time:" __DATE__ " " __TIME__ ")" #endif #define VHOST_KEY "vhost"