summaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-08-10 08:26:33 +0000
committerJonathan Kolb <jon@b0g.us>2009-08-10 08:26:33 +0000
commit28ee64eb5666e0dff44f597e3791234cf2275ffd (patch)
treeafb4cf19c5f2238beef4b08e92047ad59856a0e5 /src/core/nginx.h
parent93a2c2abaa9fc731180fb97c7a63f61cd8b4d123 (diff)
downloadnginx-0.8.8.tar.gz
Changes with nginx 0.8.8 10 Aug 2009v0.8.8
*) Bugfix: in handling FastCGI headers split in records. *) Bugfix: a segmentation fault occurred in worker process, if a request was handled in two proxied or FastCGIed locations and a caching was enabled in the first location; the bug had appeared in 0.8.7.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r--src/core/nginx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index 41b3a8933..dc8d27138 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 8007
-#define NGINX_VERSION "0.8.7"
+#define nginx_version 8008
+#define NGINX_VERSION "0.8.8"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"