comparison src/core/nginx.h @ 607:77cdfe394a94 release-0.3.25

nginx-0.3.25-RELEASE import *) Bugfix: the segmentation fault was occurred on start or while reconfiguration if there was invalid configuration; the bug had appeared in 0.3.24.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 01 Feb 2006 20:01:51 +0000
parents 5dac8c7fb71b
children 608cf78b24ef
comparison
equal deleted inserted replaced
606:c0a5da7c4044 607:77cdfe394a94
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.24" 11 #define NGINX_VER "nginx/0.3.25"
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