view src/core/nginx.h @ 4454:bd1a95dd6dd3 stable-1.0 release-1.0.12

nginx-1.0.12-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Feb 2012 14:08:59 +0000
parents 4919fb357a5d
children 7107dc7a4ff7
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) Nginx, Inc.
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1000012
#define NGINX_VERSION      "1.0.12"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */