diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-12-08 18:33:44 +0000 |
---|---|---|
committer | Jonathan Kolb <jon@b0g.us> | 2008-12-08 18:33:44 +0000 |
commit | 37eb9af78547c075879b3c3bc5e85b9b584fe324 (patch) | |
tree | 5a22e0666936a38ad49a624ef6608cce27f3e542 /src/core/nginx.h | |
parent | a0c9c204df61b45845c74797a792986ba86c9498 (diff) | |
download | nginx-0.7.26.tar.gz |
Changes with nginx 0.7.26 08 Dec 2008v0.7.26
*) Bugfix: in subrequest processing; the bug had appeared in 0.7.25.
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 0c4dece2f..b4235db8d 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VERSION "0.7.25" +#define NGINX_VERSION "0.7.26" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |