view src/core/nginx.h @ 4043:e2b11e0d49cf stable-1.0

Merge of r4003: Configure: catch up with new Linux version numbering (ticket #5). Catch up with new Linux version numbering scheme as announced at [1] and suppress unrecognized versions to actually use default 0. [1] https://lkml.org/lkml/2011/5/29/204
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Aug 2011 12:47:32 +0000
parents ded522fdc826
children b78768308e30
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1000006
#define NGINX_VERSION      "1.0.6"
#define NGINX_VER          "nginx/" NGINX_VERSION

#define NGINX_VAR          "NGINX"
#define NGX_OLDPID_EXT     ".oldbin"


#endif /* _NGINX_H_INCLUDED_ */