summaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-12-05 16:55:36 +0000
committerJonathan Kolb <jon@b0g.us>2005-12-05 16:55:36 +0000
commit1e8b202b5767ac9f14d1ee5aff3ab55f250bbec5 (patch)
treef5523beb18a2f1bcd94d444ea56b56c0ec1aa97d /src/core/nginx.h
parentfe8aea1c269aa447b4b7af354f930523109fdccd (diff)
downloadnginx-1e8b202b5767ac9f14d1ee5aff3ab55f250bbec5.tar.gz
Changes with nginx 0.3.14 05 Dec 2005v0.3.14
*) Bugfix: in the 304 response the body was transferred; bug appeared in 0.3.13.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r--src/core/nginx.h2
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"