Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-02-17 14:59:36 +0300
committerIgor Sysoev <igor@sysoev.ru>2005-02-17 14:59:36 +0300
commit37601ce471b37f34703ec8cc354aa38a52a97d12 (patch)
tree553571195e92360ed6eb3a4be7f8be54bbf2d63f /src/core
parent649dcec865ff11bfef97ef595c35238186e79936 (diff)
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')
-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"