From cc4d2107747a6dfd0bcc95666ebe32ad4f41a2cb Mon Sep 17 00:00:00 2001 From: Danfeng Zhao <154488229+DanielZhao0432@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:10:21 +0800 Subject: [PATCH] Update version to v3.9.0.27 Update version to v3.9.0.27. --- source/source_main/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/source_main/version.h b/source/source_main/version.h index c7f86412c4..4fb2d633b5 100644 --- a/source/source_main/version.h +++ b/source/source_main/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "v3.9.0.26" +#define VERSION "v3.9.0.27" #endif