summaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-01-21 11:06:03 +0000
committerJonathan Kolb <jon@b0g.us>2011-01-21 11:06:03 +0000
commite52b136dd7a6ad34b361b8b48eef7cbaa48282ca (patch)
tree271a2fac7e4bce8b8c8d220ba4815ae65cf2a938 /src/core/nginx.h
parent487d8fc7628cac7beb9240e6f1d9ebf53a1f30d7 (diff)
downloadnginx-0.9.4.tar.gz
Changes with nginx 0.9.4 21 Jan 2011v0.9.4
*) Feature: the "server_name" directive supports the $hostname variable. *) Feature: 494 code for "Request Header Too Large" error.
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 babeacf6b..a3583d062 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 9003
-#define NGINX_VERSION "0.9.3"
+#define nginx_version 9004
+#define NGINX_VERSION "0.9.4"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"