From 390767e6ec87e4957a1da6ba631790ff7e54fd3e Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Mon, 30 Mar 2026 19:26:17 +0400 Subject: Version bump. --- src/core/nginx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/core/nginx.h b/src/core/nginx.h index c870991fc..6267a90c9 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1029007 -#define NGINX_VERSION "1.29.7" +#define nginx_version 1029008 +#define NGINX_VERSION "1.29.8" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD -- cgit