From 455a7fcc1ea972a76a63dafc3f30d306431a2013 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 21 Mar 2006 08:20:41 +0000 Subject: nginx-0.3.34-RELEASE import *) Feature: the "add_header" directive supports the variables. --- 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 c5842582a..ebd959d44 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.33" +#define NGINX_VER "nginx/0.3.34" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" -- cgit