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 ";