From e240762c6cc6600025a35b78aab4ef739906598b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 30 Jun 2006 12:19:32 +0000 Subject: nginx-0.3.51-RELEASE import *) Bugfix: the "<" symbols might disappeared some conditions in the SSI; the bug had appeared in 0.3.50. --- src/core/nginx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/nginx.h b/src/core/nginx.h index 834a4c895..91b6af221 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.50" +#define NGINX_VER "nginx/0.3.51" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" -- cgit