mirror of
https://github.com/GittyMac/OpenFK.git
synced 2026-03-21 17:44:31 -05:00
Updated version numbers.
This commit is contained in:
parent
6641caa2b9
commit
23d1a643a9
|
|
@ -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!");
|
||||
|
|
|
|||
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user