view src/core/nginx.h @ 836:2ac233efc052

bump version
author Igor Sysoev <igor@sysoev.ru>
date Tue, 31 Oct 2006 15:41:41 +0000
parents 8eb7f9b01d3f
children b723b63008e3
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.4.13"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */