From d3fb8ec100a816be548dd9195b9fa9f1029b12da Mon Sep 17 00:00:00 2001 From: Steve Sharp Date: Tue, 2 Aug 2022 17:13:13 +0100 Subject: [PATCH] updated version number to 1.12 --- SMT/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMT/MainWindow.xaml.cs b/SMT/MainWindow.xaml.cs index 34d8ffa8..26aee5ad 100644 --- a/SMT/MainWindow.xaml.cs +++ b/SMT/MainWindow.xaml.cs @@ -26,7 +26,7 @@ namespace SMT /// public partial class MainWindow : Window { - public const string SMT_VERSION = "SMT_111"; + public const string SMT_VERSION = "SMT_112"; public static MainWindow AppWindow; private LogonWindow logonBrowserWindow;