comparison src/core/nginx.h @ 659:649c9063d0fd release-0.3.51

nginx-0.3.51-RELEASE import *) Bugfix: the "<" symbols might disappeared some conditions in the SSI; the bug had appeared in 0.3.50.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Jun 2006 12:19:32 +0000
parents 400711951595
children 9079ee4735ae
comparison
equal deleted inserted replaced
658:0de045bf51ad 659:649c9063d0fd
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.50" 11 #define NGINX_VER "nginx/0.3.51"
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