comparison src/core/nginx.h @ 9273:c15c26c99727

Version bump.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 15 May 2024 10:03:03 +0300
parents 8aac1f3bb39b
children 22f6716fe23d
comparison
equal deleted inserted replaced
9272:4cfd64a8330d 9273:c15c26c99727
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 1027000 12 #define nginx_version 1027001
13 #define NGINX_VERSION "1.27.0" 13 #define NGINX_VERSION "1.27.1"
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