view src/core/nginx.h @ 2429:370c92d6ec46

bump version
author Igor Sysoev <igor@sysoev.ru>
date Wed, 24 Dec 2008 15:54:21 +0000
parents fa95fa9db5c4
children 969adaee5958
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.30"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */