diff src/core/nginx.h @ 579:4c5c2c55975c release-0.3.11

nginx-0.3.11-RELEASE import *) Bugfix: nginx did not pass the client request headers and body while proxying; the bug had appeared in 0.3.10.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Nov 2005 14:49:57 +0000
parents 4d9ea73a627a
children 326634fb9d47
line wrap: on
line diff
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VER          "nginx/0.3.10"
+#define NGINX_VER          "nginx/0.3.11"
 
 #define NGINX_VAR          "NGINX"
 #define NGX_OLDPID_EXT     ".oldbin"