summaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-11-10 07:40:13 +0000
committerJonathan Kolb <jon@b0g.us>2005-11-10 07:40:13 +0000
commit3f1a03007279c07d1cfa8bc658d36059b13f66d2 (patch)
tree4b3b236fcd1aab4fd9c1779aeef06cfc779c0a9a /src/core/nginx.h
parent9f37f031576124ed88a366eb26b3cd3bdb32c034 (diff)
downloadnginx-0.3.9.tar.gz
Changes with nginx 0.3.9 10 Nov 2005v0.3.9
*) Bugfix: nginx considered URI as unsafe if two any symbols was between two slashes; bug appeared in 0.3.8.
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 966d405b0..c498e0719 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.8"
+#define NGINX_VER "nginx/0.3.9"
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"