From 23d1a643a9cc0fdb8f51a54bf6f26d0adf681667 Mon Sep 17 00:00:00 2001 From: GittyMac Date: Sun, 18 Apr 2021 12:56:58 -0400 Subject: [PATCH] Updated version numbers. --- OpenFK/Form1.cs | 2 +- OpenFK/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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")]