comparison src/core/nginx.h @ 4239:033e906f4358 stable-1.0

Version bump.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Nov 2011 10:10:50 +0000
parents c66449300cb9
children 8d6c2f2c0d2a
comparison
equal deleted inserted replaced
4175:eee6c3ecabec 4239:033e906f4358
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 1000008 11 #define nginx_version 1000009
12 #define NGINX_VERSION "1.0.8" 12 #define NGINX_VERSION "1.0.9"
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