diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2005-08-19 08:54:17 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2005-08-19 08:54:17 +0000 |
| commit | 559814049f137c819308937d543a33432e0e2280 (patch) | |
| tree | b6169bb826ea100e22152dca9b85567839666037 /src/core/nginx.h | |
| parent | f6c7d898a8115a411391a371ef8d70ff528fbdcc (diff) | |
| download | nginx-559814049f137c819308937d543a33432e0e2280.tar.gz nginx-559814049f137c819308937d543a33432e0e2280.tar.bz2 | |
nginx-0.1.41-RELEASE importrelease-0.1.41
*) Bugfix: if the variable was used in the configuration file, then it
can not be used in SSI.
Diffstat (limited to 'src/core/nginx.h')
| -rw-r--r-- | src/core/nginx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
