comparison src/core/nginx.h @ 9304:f209bf590e84

Version bump.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 18 Jul 2024 19:39:29 +0300
parents 22f6716fe23d
children bfbcfaec4c06
comparison
equal deleted inserted replaced
9303:2a847df38232 9304:f209bf590e84
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 1027002 12 #define nginx_version 1027003
13 #define NGINX_VERSION "1.27.2" 13 #define NGINX_VERSION "1.27.3"
14 14
15 #define NGINX_NAME "freenginx" 15 #define NGINX_NAME "freenginx"
16 #define NGINX_VER NGINX_NAME "/" NGINX_VERSION 16 #define NGINX_VER NGINX_NAME "/" NGINX_VERSION
17 17
18 #ifdef NGX_BUILD 18 #ifdef NGX_BUILD