summaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-03-28 12:24:47 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-03-28 12:24:47 +0000
commit6275f56129da620742f578590abb3c61ede68b89 (patch)
tree30e2091b58f98687176b0db88f3170ba476fddb2 /src/core/nginx.h
parent39600ca7fcf7a4c6337ddff64eeca322a544f391 (diff)
downloadnginx-release-0.3.35.tar.gz
nginx-0.3.35-RELEASE importrelease-0.3.35
*) Bugfix: the accept-filter and the TCP_DEFER_ACCEPT option were set for first "listen" directive only; the bug had appeared in 0.3.31. *) Bugfix: in the "proxy_pass" directive without the URI part in a subrequest.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r--src/core/nginx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index ebd959d44..46d0a3dd4 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VER "nginx/0.3.34"
+#define NGINX_VER "nginx/0.3.35"
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"