Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Drop a1.4.1 + update to a1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vlOd2 committed May 17, 2023
1 parent 321fe15 commit d8b1571
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
13 changes: 1 addition & 12 deletions Pinto/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static class Program
[DllImport("ntdll.dll", EntryPoint = "wine_get_version")]
private static extern string GetWineVersion();
public static ConsoleForm Console;
public const string VERSION = "a1.5";
public const string VERSION = "a1.6";
public const int PROTOCOL_VERSION = 15;

[STAThread]
Expand Down Expand Up @@ -66,17 +66,6 @@ static void Main()
}
}

if (Environment.OSVersion.Version.Major == 6 &&
Environment.OSVersion.Version.Minor <= 1)
{
MsgBox.ShowNotification(Console,
$"Pinto! has detected it is being ran on a" +
$" potentially unsupported operating system!{Environment.NewLine}" +
$"This execution configuration will not receive support!",
"Unsupported Execution Configuration",
MsgBoxIconType.WARNING);
}

// Start Pinto!
Application.Run(new MainForm());
}
Expand Down
4 changes: 2 additions & 2 deletions Pinto/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.1.5")]
[assembly: AssemblyFileVersion("0.0.1.5")]
[assembly: AssemblyVersion("0.0.1.6")]
[assembly: AssemblyFileVersion("0.0.1.6")]
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"latest": "a1.5",
"update_url": "https://github.com/PintoIM/Pinto/releases/latest/download/PintoSetup.msi",
"supported": [
"a1.5",
"a1.4.1"
"a1.6",
"a1.5"
]
}

0 comments on commit d8b1571

Please sign in to comment.