From 233406058725a2f24b5f2b5076691f9daf0061ef Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 5 Dec 2005 16:59:05 +0000 Subject: nginx-0.3.14-RELEASE import *) Bugfix: in the 304 response the body was transferred; the bug had appeared in 0.3.13. --- 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 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" -- cgit v1.2.1