aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-08-18 14:17:54 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-08-18 14:17:54 +0000
commit5fede1e415ae97ee9221d60a1208d47bdaaae34d (patch)
tree22d4b4d8948e68926e1699b54b4d1bc325bfb0ec /src/core/nginx.h
parent51c53f9bf16804c9d8c9c55c45dc05ffeadda4b8 (diff)
downloadnginx-5fede1e415ae97ee9221d60a1208d47bdaaae34d.tar.gz
nginx-5fede1e415ae97ee9221d60a1208d47bdaaae34d.zip
nginx-0.3.60-RELEASE importrelease-0.3.60
*) Bugfix: a worker process may got caught in an endless loop while an error redirection; the bug had appeared in 0.3.59.
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 224fb70f8..1d417fed8 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.59"
+#define NGINX_VER "nginx/0.3.60"
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"