Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kehengzhong authored Jun 22, 2021
1 parent 899a3a7 commit 127e91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/http_mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]";
char * g_http_author = "Lao Ke <[email protected]>";

Expand Down

0 comments on commit 127e91e

Please sign in to comment.