diff --git a/Pinto/Program.cs b/Pinto/Program.cs index 7783e4a5..16b69893 100644 --- a/Pinto/Program.cs +++ b/Pinto/Program.cs @@ -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] @@ -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()); } diff --git a/Pinto/Properties/AssemblyInfo.cs b/Pinto/Properties/AssemblyInfo.cs index 124a4a5f..4c6a7244 100644 --- a/Pinto/Properties/AssemblyInfo.cs +++ b/Pinto/Properties/AssemblyInfo.cs @@ -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")] diff --git a/version.json b/version.json index b8bb8380..7a3c6eab 100644 --- a/version.json +++ b/version.json @@ -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" ] } \ No newline at end of file