aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-08-28 16:57:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-08-28 16:57:48 +0000
commit3f8dc595000ba4afb60c0fd8c389d7cc8400a148 (patch)
treea381a75e795986523e65084ee9af1c41ef90a2c8 /src/core/nginx.h
parentc583e6309f192afce5ffadfd2734d626a3bca323 (diff)
downloadnginx-release-0.3.61.tar.gz
nginx-release-0.3.61.zip
nginx-0.3.61-RELEASE importrelease-0.3.61
*) Change: now the "tcp_nodelay" directive is turned on by default. *) Feature: the "msie_refresh" directive. *) Feature: the "recursive_error_pages" directive. *) Bugfix: the "rewrite" directive returned incorrect redirect, if the redirect had the captured escaped symbols from original URI.
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 1d417fed8..1ba97194e 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.60"
+#define NGINX_VER "nginx/0.3.61"
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"