From cdc7380d00ad347e24a3af64cb6289cabda15c6f Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Tue, 16 Jul 2013 08:13:00 +0100
Subject: [PATCH] 3.8 -> 3.9

---
 mongoose.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mongoose.c b/mongoose.c
index 4814612e1..68eee7f07 100644
--- a/mongoose.c
+++ b/mongoose.c
@@ -248,7 +248,7 @@ typedef int SOCKET;
 
 #include "mongoose.h"
 
-#define MONGOOSE_VERSION "3.8"
+#define MONGOOSE_VERSION "3.9"
 #define PASSWORDS_FILE_NAME ".htpasswd"
 #define CGI_ENVIRONMENT_SIZE 4096
 #define MAX_CGI_ENVIR_VARS 64
-- 
GitLab