Skip to content

Commit

Permalink
Add Target Version
Browse files Browse the repository at this point in the history
  • Loading branch information
garrynewman committed Jan 1, 2020
1 parent 7225ecd commit 0578ecf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,10 @@ public static class Constants
/// Where OpenSSL's Config is located (it's installed with Composer)
/// </summary>
public const string OpenSslConfig = @"C:\Program Files (x86)\Control4\Composer\Pro\RemoteAccess\config\openssl.cfg";

/// <summary>
/// What version of Director/Composer we're aiming at
/// </summary>
public const string TargetDirectorVersion = @"3.1.0";
}
}
2 changes: 1 addition & 1 deletion UI/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public MainWindow()
{
InitializeComponent();

this.Text += $" - v{Constants.Version}";
this.Text += $" - v{Constants.Version} - For C4 v{Constants.TargetDirectorVersion}";

MainTabControl.TabPages.Clear();

Expand Down

0 comments on commit 0578ecf

Please sign in to comment.