diff options
author | Igor Sysoev <igor@sysoev.ru> | 2005-10-19 13:34:28 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2005-10-19 13:34:28 +0000 |
commit | e173ceabfff867065b7f76ba6741ef077b5179bc (patch) | |
tree | 752bcc88076b9d860cdb5dad6d239d45589c74d7 /src/core/nginx.h | |
parent | 2962ffedf645d382005194cfd2242139aca46037 (diff) | |
download | nginx-release-0.3.4.tar.gz nginx-release-0.3.4.zip |
nginx-0.3.4-RELEASE importrelease-0.3.4
*) Bugfix: nginx could not be built on Linux 2.4+ and MacOS X; the bug
had appeared in 0.3.3.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index e482c424f..a52f6c8e4 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.3" +#define NGINX_VER "nginx/0.3.4" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |