diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-02-01 20:01:51 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-02-01 20:01:51 +0000 |
commit | 57cabd6b49a4bb332d3df6d0c7ea6ae1f2bda474 (patch) | |
tree | ea369c0a3170bde519eb052822bdc8032506489a /src/core/nginx.h | |
parent | 988a478464493ae8fe3045cd0a1981c3a82da509 (diff) | |
download | nginx-57cabd6b49a4bb332d3df6d0c7ea6ae1f2bda474.tar.gz nginx-57cabd6b49a4bb332d3df6d0c7ea6ae1f2bda474.zip |
nginx-0.3.25-RELEASE importrelease-0.3.25
*) Bugfix: the segmentation fault was occurred on start or while
reconfiguration if there was invalid configuration; the bug had
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" |