diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-05-23 14:54:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-05-23 14:54:58 +0000 |
commit | 6f134cc2751846c7fb64e8862dfe8d57185872af (patch) | |
tree | dc9bb5e6acdc1bc5355539a9d7f73c01c83b09c3 /src/core/nginx.h | |
parent | e425c20bbe6b401f1f816fded996543212e08b0c (diff) | |
download | nginx-release-0.3.47.tar.gz nginx-release-0.3.47.zip |
nginx-0.3.47-RELEASE importrelease-0.3.47
*) Feature: the "upstream" directive.
*) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the
SSI command is always removed.
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 ece57f55c..72aaa34bc 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.46" +#define NGINX_VER "nginx/0.3.47" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |