Updated version numbers.

This commit is contained in:
GittyMac 2021-04-18 12:56:58 -04:00
parent 6641caa2b9
commit 23d1a643a9
2 changed files with 3 additions and 3 deletions

View File

@ -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!");

View File

@ -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")]