From 3ca233ee5cc0e00fc0d854f779ba5c78cf6b0cba Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 28 Dec 2005 14:23:52 +0000 Subject: nginx-0.3.19-RELEASE import *) Feature: the "path" and "alias" directives support the variables. *) Change: now the "valid_referers" directive again checks the URI part. *) Bugfix: in SSI handling. --- 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 511a7c9fb..a15f58e1a 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.18" +#define NGINX_VER "nginx/0.3.19" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" -- cgit