From e52b136dd7a6ad34b361b8b48eef7cbaa48282ca Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 21 Jan 2011 11:06:03 +0000 Subject: Changes with nginx 0.9.4 21 Jan 2011 *) Feature: the "server_name" directive supports the $hostname variable. *) Feature: 494 code for "Request Header Too Large" error. --- src/core/nginx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/nginx.h') diff --git a/src/core/nginx.h b/src/core/nginx.h index babeacf6b..a3583d062 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 9003 -#define NGINX_VERSION "0.9.3" +#define nginx_version 9004 +#define NGINX_VERSION "0.9.4" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" -- cgit v1.2.1