view src/core/nginx.h @ 2960:7282f9d25521 stable-0.7

bump version
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Jun 2009 09:23:35 +0000
parents b002fa81b00d
children 588c4b56875e
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         7061
#define NGINX_VERSION      "0.7.61"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */