diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-05-31 14:11:45 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-05-31 14:11:45 +0000 |
commit | af3b7ea9ad8f0806a9efe125c04353ef3ba12ade (patch) | |
tree | 76fd80f966e41a1a0499a4edc81f77b32a3b2f30 /src/core/nginx.h | |
parent | e50ef56c96a2c79c1a382935faa2548f64b2c795 (diff) | |
download | nginx-release-0.3.49.tar.gz nginx-release-0.3.49.zip |
nginx-0.3.49-RELEASE importrelease-0.3.49
*) Bugfix: in the "set" directive.
*) Bugfix: if two or more FastCGI subrequests was in SSI, then first
subrequest output was included instead of second and following
subrequests.
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 c376b92f2..cd1917fec 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.48" +#define NGINX_VER "nginx/0.3.49" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |