Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Dec 18, 2022
1 parent c099f85 commit 6d2e640
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SMT/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace SMT
/// </summary>
public partial class MainWindow : Window
{
public const string SMT_VERSION = "SMT_114";
public const string SMT_VERSION = "SMT_115";
public static MainWindow AppWindow;
private LogonWindow logonBrowserWindow;

Expand Down Expand Up @@ -63,7 +63,7 @@ public MainWindow()

InitializeComponent();

Title = "SMT (photon enabled : " + SMT_VERSION + ")";
Title = "SMT (null is purple : " + SMT_VERSION + ")";

// Load the Dock Manager Layout file
string dockManagerLayoutName = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "\\SMT\\" + SMT_VERSION + "\\Layout.dat";
Expand Down Expand Up @@ -124,6 +124,7 @@ public MainWindow()

// if we want to re-build the data as we've changed the format, recreate it all from scratch
bool initFromScratch = false;

if (initFromScratch)
{
EVEManager.CreateFromScratch();
Expand Down

0 comments on commit 6d2e640

Please sign in to comment.