comparison src/core/nginx.h @ 9221:a7c41e449bbe

Version bump.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Feb 2024 00:40:35 +0300
parents 23f109f0facc
children 4bf1593032eb 8aac1f3bb39b
comparison
equal deleted inserted replaced
9220:8b8b2e1aa77a 9221:a7c41e449bbe
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 1025004 12 #define nginx_version 1025005
13 #define NGINX_VERSION "1.25.4" 13 #define NGINX_VERSION "1.25.5"
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