comparison src/core/nginx.h @ 7920:2b2607d13fe9

Version bump.
author Roman Arutyunyan <arut@nginx.com>
date Fri, 03 Sep 2021 17:19:33 +0300
parents 1563bbcdb90c
children 7189cb2b4c5d
comparison
equal deleted inserted replaced
7919:b2d1a602b241 7920:2b2607d13fe9
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 1021002 12 #define nginx_version 1021003
13 #define NGINX_VERSION "1.21.2" 13 #define NGINX_VERSION "1.21.3"
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