From 1736c180f4683d57d175b98d5596b779bab950d4 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 20 May 2014 16:10:07 +0400 Subject: Configure: the --build= option. If set, its value is output in "nginx -v" and in the error log. --- src/core/nginx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/nginx.c') diff --git a/src/core/nginx.c b/src/core/nginx.c index 4cc80826e..c75ee4fd7 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -217,7 +217,7 @@ main(int argc, char *const *argv) } if (ngx_show_version) { - ngx_write_stderr("nginx version: " NGINX_VER NGX_LINEFEED); + ngx_write_stderr("nginx version: " NGINX_VER_BUILD NGX_LINEFEED); if (ngx_show_help) { ngx_write_stderr( -- cgit