diff src/core/nginx.h @ 98:8bf57caa374a NGINX_0_2_3

nginx 0.2.3 *) Bugfix: nginx could not be built without the --with-debug option; bug appeared in 0.2.2.
author Igor Sysoev <http://sysoev.ru>
date Fri, 30 Sep 2005 00:00:00 +0400
parents ca4f70b3ccc6
children d6800bbe720e
line wrap: on
line diff
--- 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"