Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions setup.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; ==================================================
#define AppVersion "3.3.0"
#define BuildNumber "144"
#define AppVersion "3.7.0"
#define BuildNumber "198"
; ==================================================

#define FullVersion AppVersion + "." + BuildNumber
Expand All @@ -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
Expand Down
Loading