Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-12-05 19:59:05 +0300
committerIgor Sysoev <igor@sysoev.ru>2005-12-05 19:59:05 +0300
commit233406058725a2f24b5f2b5076691f9daf0061ef (patch)
tree9a264579953aba27471ac21cc4ab6438aa5e063c /src/core
parented98ff126bf6c690e2d908290f327c3e07c24404 (diff)
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 'src/core')
-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"