From 71371effffbd3f886a9cb8c1b73f7c7a3bc27ed2 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 30 Sep 2005 16:02:34 +0000 Subject: nginx-0.2.3-RELEASE import *) Bugfix: nginx could not be built without the --with-debug option; the bug had appeared in 0.2.2. --- src/core/nginx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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" -- cgit v1.2.3