From 37601ce471b37f34703ec8cc354aa38a52a97d12 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 17 Feb 2005 11:59:36 +0000 Subject: nginx-0.1.20-RELEASE import *) Feature: the new "script_filename" and "remote_port" parameters of the fastcgi_params directive. *) Bugfix: the FastCGI stderr stream was handled incorrectly. --- src/core/nginx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/nginx.h') 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" -- cgit