diff src/core/nginx.h @ 234:c16038b14e68 NGINX_0_4_2

nginx 0.4.2 *) Bugfix: the O_NOATIME flag support on Linux was canceled; bug appeared in 0.4.1.
author Igor Sysoev <http://sysoev.ru>
date Thu, 14 Sep 2006 00:00:00 +0400
parents d8f5c91a5c07
children c982febb7588
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.4.1"
+#define NGINX_VER          "nginx/0.4.2"
 
 #define NGINX_VAR          "NGINX"
 #define NGX_OLDPID_EXT     ".oldbin"