view src/core/nginx.h @ 4754:798e0377fd52

Version bump.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 17 Jul 2012 04:42:38 +0000
parents 7f8d224d3bfb
children 88a3b32bdf7f
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1003004
#define NGINX_VERSION      "1.3.4"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */