From 624045577930e31783237f9da9ea0085b02c0f5b Mon Sep 17 00:00:00 2001 From: valenok Date: Tue, 5 Oct 2010 07:06:53 +0100 Subject: [PATCH] 2.11 -> 2.12 --- mongoose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoose.c b/mongoose.c index b34818f1..669c928f 100644 --- a/mongoose.c +++ b/mongoose.c @@ -201,7 +201,7 @@ typedef int SOCKET; #include "mongoose.h" -#define MONGOOSE_VERSION "2.11" +#define MONGOOSE_VERSION "2.12" #define PASSWORDS_FILE_NAME ".htpasswd" #define CGI_ENVIRONMENT_SIZE 4096 #define MAX_CGI_ENVIR_VARS 64