comparison src/core/nginx.h @ 9117:6c75d2484267

Version bump.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 29 May 2023 15:03:31 +0400
parents ea658355015b
children 31c8c1a713bc
comparison
equal deleted inserted replaced
9116:8eae1b4f1c55 9117:6c75d2484267
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 1025000 12 #define nginx_version 1025001
13 #define NGINX_VERSION "1.25.0" 13 #define NGINX_VERSION "1.25.1"
14 #define NGINX_VER "nginx/" NGINX_VERSION 14 #define NGINX_VER "nginx/" NGINX_VERSION
15 15
16 #ifdef NGX_BUILD 16 #ifdef NGX_BUILD
17 #define NGINX_VER_BUILD NGINX_VER " (" NGX_BUILD ")" 17 #define NGINX_VER_BUILD NGINX_VER " (" NGX_BUILD ")"
18 #else 18 #else