comparison src/core/nginx.h @ 5033:174981066745

Version bump.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 07 Feb 2013 12:09:09 +0000
parents fd8283273d55
children 4c9c8f3f66ec
comparison
equal deleted inserted replaced
5032:b1ee73bb699f 5033:174981066745
7 7
8 #ifndef _NGINX_H_INCLUDED_ 8 #ifndef _NGINX_H_INCLUDED_
9 #define _NGINX_H_INCLUDED_ 9 #define _NGINX_H_INCLUDED_
10 10
11 11
12 #define nginx_version 1003012 12 #define nginx_version 1003013
13 #define NGINX_VERSION "1.3.12" 13 #define NGINX_VERSION "1.3.13"
14 #define NGINX_VER "nginx/" NGINX_VERSION 14 #define NGINX_VER "nginx/" NGINX_VERSION
15 15
16 #define NGINX_VAR "NGINX" 16 #define NGINX_VAR "NGINX"
17 #define NGX_OLDPID_EXT ".oldbin" 17 #define NGX_OLDPID_EXT ".oldbin"
18 18