view src/core/nginx.h @ 2870:24400ec5e2d5

bump version
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 May 2009 16:48:53 +0000
parents c670227c485a
children 78277989e9ea b002fa81b00d
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         7059
#define NGINX_VERSION      "0.7.59"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */