diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-02-01 20:00:07 +0000 |
---|---|---|
committer | Jonathan Kolb <jon@b0g.us> | 2006-02-01 20:00:07 +0000 |
commit | 8def6be9dfcb1bb6657b718c40ecad1610cb1bbf (patch) | |
tree | 2f053599215fc636817a474109e2b5fad56a7cb5 /src/core/nginx.h | |
parent | 197bf5935dd72068522d318cfe81fe38fc40530a (diff) | |
download | nginx-0.3.25.tar.gz |
Changes with nginx 0.3.25 01 Feb 2006v0.3.25
*) Bugfix: the segmentation fault was occurred on start or while
reconfiguration if there was invalid configuration; bug appeared in
0.3.24.
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 c2f9737a7..66df80dff 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.24" +#define NGINX_VER "nginx/0.3.25" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |