view src/core/nginx.h @ 1737:ff3334e863ca stable-0.5

bump version
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 Dec 2007 10:55:18 +0000
parents 3fec7fd2b5b7
children a8d244caebef
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.5.35"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */