From ee561abfdfebc6de622cf540a49237c745a2e209 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 28 May 2024 17:14:08 +0400 Subject: [PATCH] Version bump. --- src/core/nginx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/nginx.h b/src/core/nginx.h index 7ef5cfb13..cc26a3a18 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1026000 -#define NGINX_VERSION "1.26.0" +#define nginx_version 1026001 +#define NGINX_VERSION "1.26.1" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD