view src/core/nginx.h @ 4456:6d40dc8e5ed1

Version bump.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 09 Feb 2012 16:18:02 +0000
parents d620f497c50f
children 15e3b7f867a9
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1001015
#define NGINX_VERSION      "1.1.15"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */