view src/core/nginx.h @ 1854:a8d244caebef stable-0.5

bump version
author Igor Sysoev <igor@sysoev.ru>
date Tue, 08 Jan 2008 17:50:03 +0000
parents ff3334e863ca
children 464aadfa443b
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.5.36"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */