comparison src/core/nginx.h @ 4410:3176ca2a2588

Version bump.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 18 Jan 2012 14:33:17 +0000
parents b1f9916c7c4e
children d620f497c50f
comparison
equal deleted inserted replaced
4409:2255a5f72c22 4410:3176ca2a2588
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 1001013 11 #define nginx_version 1001014
12 #define NGINX_VERSION "1.1.13" 12 #define NGINX_VERSION "1.1.14"
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