From 16c4fe1f37b34ba3e47dc06f478f7b3a78bdd9bb Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Sat, 7 Sep 2013 22:05:39 +0100 Subject: [PATCH] 4.1 -> 4.2 --- mongoose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoose.c b/mongoose.c index 5eaf64921..cc7d4a485 100644 --- a/mongoose.c +++ b/mongoose.c @@ -248,7 +248,7 @@ typedef int SOCKET; #include "mongoose.h" -#define MONGOOSE_VERSION "4.1" +#define MONGOOSE_VERSION "4.2" #define PASSWORDS_FILE_NAME ".htpasswd" #define CGI_ENVIRONMENT_SIZE 4096 #define MAX_CGI_ENVIR_VARS 64 -- GitLab