aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-06-30 12:19:32 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-06-30 12:19:32 +0000
commite240762c6cc6600025a35b78aab4ef739906598b (patch)
treec74ac9ed40a3aab5d876067d950103080e0f8c9f /src/core/nginx.h
parentac0e7bc27fc575820b0b0b338b822ea2752a29d3 (diff)
downloadnginx-e240762c6cc6600025a35b78aab4ef739906598b.tar.gz
nginx-e240762c6cc6600025a35b78aab4ef739906598b.zip
nginx-0.3.51-RELEASE importrelease-0.3.51
*) Bugfix: the "<" symbols might disappeared some conditions in the SSI; the bug had appeared in 0.3.50.
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 834a4c895..91b6af221 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.50"
+#define NGINX_VER "nginx/0.3.51"
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"