From e50caa8eee1e19487ae705b72b244a57585c052c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 11 Mar 2006 06:40:30 +0000 Subject: nginx-0.3.32-RELEASE import *) Bugfix: the debug logging on startup and reconfiguration time was removed; the bug had appeared in 0.3.31. --- src/core/nginx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/nginx.h') diff --git a/src/core/nginx.h b/src/core/nginx.h index e8f60848e..86959ad6a 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.31" +#define NGINX_VER "nginx/0.3.32" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" -- cgit v1.2.1