comparison src/core/nginx.h @ 562:697030d79811 NGINX_0_8_27

nginx 0.8.27 *) Bugfix: regular expressions did work in nginx/Windows; the bug had appeared in 0.8.25.
author Igor Sysoev <http://sysoev.ru>
date Tue, 17 Nov 2009 00:00:00 +0300
parents ab7d265273ed
children 43e02819c5cf
comparison
equal deleted inserted replaced
561:04cfef16b736 562:697030d79811
6 6
7 #ifndef _NGINX_H_INCLUDED_ 7 #ifndef _NGINX_H_INCLUDED_
8 #define _NGINX_H_INCLUDED_ 8 #define _NGINX_H_INCLUDED_
9 9
10 10
11 #define nginx_version 8026 11 #define nginx_version 8027
12 #define NGINX_VERSION "0.8.26" 12 #define NGINX_VERSION "0.8.27"
13 #define NGINX_VER "nginx/" NGINX_VERSION 13 #define NGINX_VER "nginx/" NGINX_VERSION
14 14
15 #define NGINX_VAR "NGINX" 15 #define NGINX_VAR "NGINX"
16 #define NGX_OLDPID_EXT ".oldbin" 16 #define NGX_OLDPID_EXT ".oldbin"
17 17