diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-10-26 06:27:24 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-10-26 06:27:24 +0000 |
commit | 1405efbe2f15d04f5b970f48c5f670bb061a730c (patch) | |
tree | fe0f15462a40dc2b9e005a943720d51fb924a193 /src/core/nginx.h | |
parent | 66d28f5f5935601c83fd9b5e9569e87a985c82fc (diff) | |
download | nginx-release-0.1.4.tar.gz nginx-release-0.1.4.zip |
nginx-0.1.4-RELEASE importrelease-0.1.4
*) Bugfix: in the ngx_http_autoindex_module.
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 04282efa4..0d42998f4 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.1.3" +#define NGINX_VER "nginx/0.1.4" #define NGINX_VAR "NGINX" #define NGX_NEWPID_EXT ".newbin" |