comparison src/core/nginx.h @ 7683:fac6e1a46206

Version bump.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 09 Jul 2020 17:33:22 +0300
parents d33e17499088
children 8ca47f094d5b
comparison
equal deleted inserted replaced
7682:2ab0ecfe5a5f 7683:fac6e1a46206
7 7
8 #ifndef _NGINX_H_INCLUDED_ 8 #ifndef _NGINX_H_INCLUDED_
9 #define _NGINX_H_INCLUDED_ 9 #define _NGINX_H_INCLUDED_
10 10
11 11
12 #define nginx_version 1019001 12 #define nginx_version 1019002
13 #define NGINX_VERSION "1.19.1" 13 #define NGINX_VERSION "1.19.2"
14 #define NGINX_VER "nginx/" NGINX_VERSION 14 #define NGINX_VER "nginx/" NGINX_VERSION
15 15
16 #ifdef NGX_BUILD 16 #ifdef NGX_BUILD
17 #define NGINX_VER_BUILD NGINX_VER " (" NGX_BUILD ")" 17 #define NGINX_VER_BUILD NGINX_VER " (" NGX_BUILD ")"
18 #else 18 #else