From 1f16dec0fc2318c8c5b67132b0b610708eb1b5cb Mon Sep 17 00:00:00 2001 From: Steve Sharp Date: Fri, 2 Apr 2021 20:50:08 +0100 Subject: [PATCH] Version updated --- MainWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 305b3951..c2d80ea7 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -26,7 +26,7 @@ namespace SMT /// public partial class MainWindow : Window { - public const string SMT_VERSION = "SMT_099"; + public const string SMT_VERSION = "SMT_100"; public static MainWindow AppWindow; private LogonWindow logonBrowserWindow; @@ -52,7 +52,7 @@ public MainWindow() InitializeComponent(); - Title = "SMT (Getting Closer.. : " + SMT_VERSION + ")"; + Title = "SMT (Light the Beacon! : " + SMT_VERSION + ")"; CheckGitHubVersion();