summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-12-01 14:54:57 +0000
committerJonathan Kolb <jon@b0g.us>2008-12-01 14:54:57 +0000
commit8009eea9058f3d858f6837b252594347e1ed89c9 (patch)
tree0eeba20c6d1dcf29a44d906efce76539b0ba0328 /src/core
parent14fc50d2541963292e3d8fece20078ee34b21e36 (diff)
downloadnginx-0.7.24.tar.gz
Changes with nginx 0.7.24 01 Dec 2008v0.7.24
*) Feature: the "if_modified_since" directive. *) Bugfix: nginx did not process a FastCGI server response, if the server send too many messages to stderr before response. *) Bugfix: the "$cookie_..." variables did not work in the SSI and the perl module.
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 63f52c352..b65e539f7 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.7.23"
+#define NGINX_VERSION "0.7.24"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"