소스 검색

3.2 -> 3.3

Sergey Lyubka 13 년 전
부모
커밋
d70c18d692
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mongoose.c

+ 1 - 1
mongoose.c

@@ -217,7 +217,7 @@ typedef int SOCKET;
 
 #include "mongoose.h"
 
-#define MONGOOSE_VERSION "3.2"
+#define MONGOOSE_VERSION "3.3"
 #define PASSWORDS_FILE_NAME ".htpasswd"
 #define CGI_ENVIRONMENT_SIZE 4096
 #define MAX_CGI_ENVIR_VARS 64