view src/core/nginx.h @ 4997:5d1d3b2acb1d

Version bump.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 26 Dec 2012 09:29:37 +0000
parents f9d7efb355dd
children fd8283273d55
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) Nginx, Inc.
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1003011
#define NGINX_VERSION      "1.3.11"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */