diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-11-11 20:58:09 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-11-11 20:58:09 +0000 |
commit | 2a3f4908056a2cf19eab57cd00c0537fa7622482 (patch) | |
tree | 0c597749798af8ebeed5a2bc7c93976025662590 /src/core/nginx.h | |
parent | 656f663caa03b0318a0d46ff9f312422826c04f2 (diff) | |
download | nginx-release-0.1.6.tar.gz nginx-release-0.1.6.zip |
nginx-0.1.6-RELEASE importrelease-0.1.6
*) Bugfix: some location directive combinations with the regular
expressions caused the wrong configuration choose.
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 2be26e06b..a8c5ca1ba 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.5" +#define NGINX_VER "nginx/0.1.6" #define NGINX_VAR "NGINX" #define NGX_NEWPID_EXT ".newbin" |