comparison src/core/nginx.h @ 7777:5ef14498edf7

Version bump.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 20 Feb 2021 12:44:07 +0300
parents b055bb6ef87e
children 43d9c9c2981f
comparison
equal deleted inserted replaced
7776:f77ad78046dc 7777:5ef14498edf7
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 1019007 12 #define nginx_version 1019008
13 #define NGINX_VERSION "1.19.7" 13 #define NGINX_VERSION "1.19.8"
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