File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11; Script generated by the Inno Setup Script Wizard.
22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
4- #define MyAppVersion " 3.2.1-beta4 "
4+ #define MyAppVersion " 3.2.1-beta5 "
55#define MyAppName " UniGetUI"
66#define MyAppPublisher " Martí Climent"
77#define MyAppURL " https://github.com/marticliment/UniGetUI"
Original file line number Diff line number Diff line change 1- 94
1+ 95
Original file line number Diff line number Diff line change 88[ assembly: AssemblyCopyright ( "2025, Martí Climent" ) ]
99[ assembly: AssemblyVersion ( "3.2.1.0" ) ]
1010[ assembly: AssemblyFileVersion ( "3.2.1.0" ) ]
11- [ assembly: AssemblyInformationalVersion ( "3.2.1-beta4 " ) ]
11+ [ assembly: AssemblyInformationalVersion ( "3.2.1-beta5 " ) ]
1212[ assembly: SupportedOSPlatform ( "windows10.0.19041" ) ]
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ public static class CoreData
77 {
88 private static int ? __code_page ;
99 public static int CODE_PAGE { get => __code_page ??= GetCodePage ( ) ; }
10- public const string VersionName = "3.2.1-beta4 " ; // Do not modify this line, use file scripts/apply_versions.py
11- public const int BuildNumber = 94 ; // Do not modify this line, use file scripts/apply_versions.py
10+ public const string VersionName = "3.2.1-beta5 " ; // Do not modify this line, use file scripts/apply_versions.py
11+ public const int BuildNumber = 95 ; // Do not modify this line, use file scripts/apply_versions.py
1212
1313 public const string UserAgentString = $ "UniGetUI/{ VersionName } (https://marticliment.com/unigetui/; [email protected] )"; 1414
You can’t perform that action at this time.
0 commit comments