summaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-08-28 16:57:50 +0000
committerJonathan Kolb <jon@b0g.us>2006-08-28 16:57:50 +0000
commit081a1291e554437fb6147562d8a9b2ed7b4b2d61 (patch)
tree2dc059b1019acda8a7f2f70ee50254f24decd3cc /src/core/nginx.h
parentbfb99d562d277020b5fb9617c8b67a91c1866354 (diff)
downloadnginx-0.3.tar.gz
Changes with nginx 0.3.61 28 Aug 2006v0.3.61nginx-0.3
*) 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"