comparison src/core/nginx.h @ 677:921a7ce4baf4 release-0.3.60

nginx-0.3.60-RELEASE import *) Bugfix: a worker process may got caught in an endless loop while an error redirection; the bug had appeared in 0.3.59.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 18 Aug 2006 14:17:54 +0000
parents e924670896ab
children df95dcff753a
comparison
equal deleted inserted replaced
676:c4d2b8200883 677:921a7ce4baf4
6 6
7 #ifndef _NGINX_H_INCLUDED_ 7 #ifndef _NGINX_H_INCLUDED_
8 #define _NGINX_H_INCLUDED_ 8 #define _NGINX_H_INCLUDED_
9 9
10 10
11 #define NGINX_VER "nginx/0.3.59" 11 #define NGINX_VER "nginx/0.3.60"
12 12
13 #define NGINX_VAR "NGINX" 13 #define NGINX_VAR "NGINX"
14 #define NGX_OLDPID_EXT ".oldbin" 14 #define NGX_OLDPID_EXT ".oldbin"
15 15
16 16