comparison src/core/nginx.h @ 9245:4bf1593032eb stable-1.26

Stable branch.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 09 Apr 2024 03:05:10 +0300
parents a7c41e449bbe
children
comparison
equal deleted inserted replaced
9244:ccd7e4022a24 9245:4bf1593032eb
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 1025005 12 #define nginx_version 1026000
13 #define NGINX_VERSION "1.25.5" 13 #define NGINX_VERSION "1.26.0"
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