aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-09-30 16:02:34 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-09-30 16:02:34 +0000
commit71371effffbd3f886a9cb8c1b73f7c7a3bc27ed2 (patch)
treef49ea2eeb9f9ab47bb51be47b2995ae3e5fdf075 /src/core/nginx.h
parent337a92a03e18d6ad893b6fca0778e729c6fcc471 (diff)
downloadnginx-release-0.2.3.tar.gz
nginx-release-0.2.3.zip
nginx-0.2.3-RELEASE importrelease-0.2.3
*) Bugfix: nginx could not be built without the --with-debug option; the bug had appeared in 0.2.2.
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 d4c1cd680..8c37037a3 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VER "nginx/0.2.2"
+#define NGINX_VER "nginx/0.2.3"
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"