From 5e491801da24f9fabda184f4735e7fcafc7edc25 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Wed, 26 Dec 2012 10:02:14 +0000 Subject: [PATCH] 3.4 -> 4.5 --- mongoose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoose.c b/mongoose.c index 9257e9aa4..21ba07440 100644 --- a/mongoose.c +++ b/mongoose.c @@ -231,7 +231,7 @@ typedef int SOCKET; #include <lauxlib.h> #endif -#define MONGOOSE_VERSION "3.4" +#define MONGOOSE_VERSION "3.5" #define PASSWORDS_FILE_NAME ".htpasswd" #define CGI_ENVIRONMENT_SIZE 4096 #define MAX_CGI_ENVIR_VARS 64 -- GitLab