From 34303468409089ef2b5bd9739b9c049c393932e4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 24 Jan 2006 16:08:27 +0000 Subject: nginx-0.3.23-RELEASE import *) Feature: the "optimize_host_names" directive. *) Bugfix: in using of the variables in the "path" and "alias" directives. *) Bugfix: the ngx_http_perl_module was incorrectly built on Linux and Solaris. --- src/core/nginx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/nginx.h b/src/core/nginx.h index a2c696fea..0912ac5cd 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.22" +#define NGINX_VER "nginx/0.3.23" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" -- cgit