diff src/core/nginx.h @ 565:7c1369d37c7e release-0.3.4

nginx-0.3.4-RELEASE import *) Bugfix: nginx could not be built on Linux 2.4+ and MacOS X; the bug had appeared in 0.3.3.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Oct 2005 13:34:28 +0000
parents 9c2f3ed7a247
children 1af2fcb3be8a
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.3.3"
+#define NGINX_VER          "nginx/0.3.4"
 
 #define NGINX_VAR          "NGINX"
 #define NGX_OLDPID_EXT     ".oldbin"