comparison src/core/nginx.h @ 621:93e85a79757c release-0.3.32

nginx-0.3.32-RELEASE import *) Bugfix: the debug logging on startup and reconfiguration time was removed; the bug had appeared in 0.3.31.
author Igor Sysoev <igor@sysoev.ru>
date Sat, 11 Mar 2006 06:40:30 +0000
parents 7a16e281c01f
children 0216fd1471f3
comparison
equal deleted inserted replaced
620:1f47da5fce27 621:93e85a79757c
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.31" 11 #define NGINX_VER "nginx/0.3.32"
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