diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2005-12-05 16:59:05 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2005-12-05 16:59:05 +0000 |
| commit | 233406058725a2f24b5f2b5076691f9daf0061ef (patch) | |
| tree | 9a264579953aba27471ac21cc4ab6438aa5e063c /src/core/nginx.h | |
| parent | ed98ff126bf6c690e2d908290f327c3e07c24404 (diff) | |
| download | nginx-release-0.3.14.tar.gz nginx-release-0.3.14.tar.bz2 | |
nginx-0.3.14-RELEASE importrelease-0.3.14
*) Bugfix: in the 304 response the body was transferred; the bug had
appeared in 0.3.13.
Diffstat (limited to '')
| -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 9505aee96..f99cca8f9 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.13" +#define NGINX_VER "nginx/0.3.14" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |
