diff --git a/OpenFK/Form1.cs b/OpenFK/Form1.cs index 97694f4..bc03453 100644 --- a/OpenFK/Form1.cs +++ b/OpenFK/Form1.cs @@ -562,7 +562,7 @@ namespace OpenFK if (e.args.Contains("checkupdate")) { string localVersion = ""; - string localVerNum = "1.6"; + string localVerNum = "1.8"; string fslocalVersion = ""; string fslocalVerNum = "1.0"; Debug.WriteLine("UPDATE - Requested!"); diff --git a/OpenFK/Properties/AssemblyInfo.cs b/OpenFK/Properties/AssemblyInfo.cs index 9757583..dfa6397 100644 --- a/OpenFK/Properties/AssemblyInfo.cs +++ b/OpenFK/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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("1.7.1.0")] -[assembly: AssemblyFileVersion("1.7.1.0")] +[assembly: AssemblyVersion("1.8.0.0")] +[assembly: AssemblyFileVersion("1.8.0.0")]