diff options
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 8c7800abe..12e6e8a86 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -13,6 +13,12 @@ #define NGINX_VERSION "1.7.1" #define NGINX_VER "nginx/" NGINX_VERSION +#ifdef NGX_BUILD +#define NGINX_VER_BUILD NGINX_VER " (" NGX_BUILD ")" +#else +#define NGINX_VER_BUILD NGINX_VER +#endif + #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |