From 8709cd5ff569e411cb1d2ae9f68841deebb57472 Mon Sep 17 00:00:00 2001 From: Xiaochen Wang Date: Fri, 9 Jun 2023 11:50:21 +0800 Subject: [PATCH] Version bump for 2.4.1 --- 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 aa495565e9..e330fba806 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -14,8 +14,8 @@ #define NGINX_VER "nginx/" NGINX_VERSION #define TENGINE "Tengine" -#define tengine_version 2004000 -#define TENGINE_VERSION "2.4.0" +#define tengine_version 2004001 +#define TENGINE_VERSION "2.4.1" #define TENGINE_VER TENGINE "/" TENGINE_VERSION #ifdef NGX_BUILD