From 127e91e3614f2451b9763dfe88bb4c7b7188bc2a Mon Sep 17 00:00:00 2001 From: Lao Ke <36225368+kehengzhong@users.noreply.github.com> Date: Tue, 22 Jun 2021 23:04:32 +0800 Subject: [PATCH] Add files via upload --- src/http_mgmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/http_mgmt.c b/src/http_mgmt.c index 5470309..73f8d63 100644 --- a/src/http_mgmt.c +++ b/src/http_mgmt.c @@ -26,8 +26,8 @@ #include "http_cache.h" #include "http_script.h" -char * g_http_version = "1.2.4"; -char * g_http_build = "eJet/1.2.4 Web Server built "__DATE__" "__TIME__" " +char * g_http_version = "1.2.6"; +char * g_http_build = "eJet/1.2.6 Web Server built "__DATE__" "__TIME__" " "by kehengzhong@hotmail.com"; char * g_http_author = "Lao Ke ";