diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-03-21 08:20:41 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-03-21 08:20:41 +0000 |
commit | 455a7fcc1ea972a76a63dafc3f30d306431a2013 (patch) | |
tree | 71a087a4bddd79b3cb31bcaa02574d8da47a484c /src/core/nginx.h | |
parent | 0443dda3d3f99abc9db8ca2365cdae9132a244ed (diff) | |
download | nginx-455a7fcc1ea972a76a63dafc3f30d306431a2013.tar.gz nginx-455a7fcc1ea972a76a63dafc3f30d306431a2013.zip |
nginx-0.3.34-RELEASE importrelease-0.3.34
*) Feature: the "add_header" directive supports the variables.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |