Skip to content

Commit

Permalink
updated version info
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Aug 30, 2021
1 parent 26e416a commit 0ad4af3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace SMT
/// </summary>
public partial class MainWindow : Window
{
public const string SMT_VERSION = "SMT_101";
public const string SMT_VERSION = "SMT_102";
public static MainWindow AppWindow;
private LogonWindow logonBrowserWindow;

Expand All @@ -52,7 +52,7 @@ public MainWindow()

InitializeComponent();

Title = "SMT (Heroes & Kings : " + SMT_VERSION + ")";
Title = "SMT (Now a real corp : " + SMT_VERSION + ")";

CheckGitHubVersion();

Expand Down Expand Up @@ -111,7 +111,7 @@ public MainWindow()
EVEManager.UseESIForCharacterPositions = MapConf.UseESIForCharacterPositions;

// if we want to re-build the data as we've changed the format, recreate it all from scratch
bool initFromScratch = true;
bool initFromScratch = false;
if (initFromScratch)
{
EVEManager.CreateFromScratch();
Expand Down

0 comments on commit 0ad4af3

Please sign in to comment.