view src/core/nginx.h @ 4881:dafd375f1c88 release-1.3.7

nginx-1.3.7-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Oct 2012 13:33:37 +0000
parents 25a4a7259560
children f7443eeb3536
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1003007
#define NGINX_VERSION      "1.3.7"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */