comparison src/core/nginx.h @ 818:8eb7f9b01d3f

bump version
author Igor Sysoev <igor@sysoev.ru>
date Wed, 25 Oct 2006 16:33:40 +0000
parents 134a3c12d298
children 2ac233efc052
comparison
equal deleted inserted replaced
817:4939171afa96 818:8eb7f9b01d3f
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 "0.4.11" 11 #define NGINX_VERSION "0.4.12"
12 #define NGINX_VER "nginx/" NGINX_VERSION 12 #define NGINX_VER "nginx/" NGINX_VERSION
13 13
14 #define NGINX_VAR "NGINX" 14 #define NGINX_VAR "NGINX"
15 #define NGX_OLDPID_EXT ".oldbin" 15 #define NGX_OLDPID_EXT ".oldbin"
16 16