From f70934565dc8574d1ebde3730d33d479d52e4494 Mon Sep 17 00:00:00 2001 From: Jason_CJ <3549287757@qq.com> Date: Mon, 6 Apr 2026 07:32:30 +0800 Subject: [PATCH] Update version num --- setup.iss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.iss b/setup.iss index 4e25652af..0bdb619d2 100644 --- a/setup.iss +++ b/setup.iss @@ -1,6 +1,6 @@ ; ================================================== -#define AppVersion "3.3.0" -#define BuildNumber "144" +#define AppVersion "3.7.0" +#define BuildNumber "198" ; ================================================== #define FullVersion AppVersion + "." + BuildNumber @@ -12,7 +12,7 @@ AppPublisher=Solsynth AppPublisherURL=https://solsynth.dev AppSupportURL=https://kb.solsynth.dev/zh/solar-network AppUpdatesURL=https://github.com/Solsynth/Solian/releases -AppCopyright=Copyright © 2025 Solsynth +AppCopyright=Copyright © 2026 Solsynth VersionInfoVersion={#FullVersion} UninstallDisplayName=Solian UninstallDisplayIcon={app}\Solian.exe