From 3299f17c09a5ab1de0e1891e67877e65ccfec1b4 Mon Sep 17 00:00:00 2001 From: Steve Sharp Date: Mon, 31 Aug 2020 19:44:39 +0100 Subject: [PATCH] updated version number --- MainWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 1ba547da..39176e49 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -25,7 +25,7 @@ public partial class MainWindow : Window { public static MainWindow AppWindow; - public const string SMT_VERSION = "SMT_091"; + public const string SMT_VERSION = "SMT_092"; private LogonWindow logonBrowserWindow; @@ -49,7 +49,7 @@ public MainWindow() InitializeComponent(); - Title = "SMT (BugSpray : " + SMT_VERSION + ")"; + Title = "SMT (Delve Deeper : " + SMT_VERSION + ")"; CheckGitHubVersion();