aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-02-17 11:59:36 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-02-17 11:59:36 +0000
commit37601ce471b37f34703ec8cc354aa38a52a97d12 (patch)
tree553571195e92360ed6eb3a4be7f8be54bbf2d63f /src/core/nginx.h
parent649dcec865ff11bfef97ef595c35238186e79936 (diff)
downloadnginx-37601ce471b37f34703ec8cc354aa38a52a97d12.tar.gz
nginx-37601ce471b37f34703ec8cc354aa38a52a97d12.zip
nginx-0.1.20-RELEASE importrelease-0.1.20
*) Feature: the new "script_filename" and "remote_port" parameters of the fastcgi_params directive. *) Bugfix: the FastCGI stderr stream was handled incorrectly.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r--src/core/nginx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index 071cf1c45..0e7508350 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.19"
+#define NGINX_VER "nginx/0.1.20"
#define NGINX_VAR "NGINX"
#define NGX_NEWPID_EXT ".newbin"