From 559814049f137c819308937d543a33432e0e2280 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 19 Aug 2005 08:54:17 +0000 Subject: nginx-0.1.41-RELEASE import *) Bugfix: if the variable was used in the configuration file, then it can not be used in SSI. --- 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 6f14bdf53..281036f33 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.1.40" +#define NGINX_VER "nginx/0.1.41" #define NGINX_VAR "NGINX" #define NGX_NEWPID_EXT ".newbin" -- cgit