diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 8462c474..e87de8c7 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_095"; + public const string SMT_VERSION = "SMT_096"; public static MainWindow AppWindow; private LogonWindow logonBrowserWindow; @@ -52,7 +52,7 @@ public MainWindow() InitializeComponent(); - Title = "SMT (Dr dont touch it : " + SMT_VERSION + ")"; + Title = "SMT (HotDrop : " + SMT_VERSION + ")"; CheckGitHubVersion();