comparison src/core/nginx.h @ 1854:a8d244caebef stable-0.5

bump version
author Igor Sysoev <igor@sysoev.ru>
date Tue, 08 Jan 2008 17:50:03 +0000
parents ff3334e863ca
children 464aadfa443b
comparison
equal deleted inserted replaced
1853:64eb0a515653 1854:a8d244caebef
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.5.35" 11 #define NGINX_VERSION "0.5.36"
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