NGINX_VERSION      13 core/nginx.h   #define NGINX_VER          "nginx/" NGINX_VERSION
NGINX_VERSION     608 http/modules/perl/ngx_http_perl_module.c     if (ngx_strcmp(ver, NGINX_VERSION) != 0) {
NGINX_VERSION     610 http/modules/perl/ngx_http_perl_module.c                       "version " NGINX_VERSION " of nginx.pm is required, "
NGINX_VERSION    1618 http/ngx_http_variables.c     v->len = sizeof(NGINX_VERSION) - 1;
NGINX_VERSION    1622 http/ngx_http_variables.c     v->data = (u_char *) NGINX_VERSION;