comparison src/core/nginx.h @ 9293:22f6716fe23d

Version bump.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 16 Jun 2024 04:15:43 +0300
parents c15c26c99727
children f209bf590e84
comparison
equal deleted inserted replaced
9292:7654ad1366ef 9293:22f6716fe23d
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 1027001 12 #define nginx_version 1027002
13 #define NGINX_VERSION "1.27.1" 13 #define NGINX_VERSION "1.27.2"
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