From 4505eef7c133ea1a4c89ef3bc71d7762f37f7bd1 Mon Sep 17 00:00:00 2001 From: Steve Sharp Date: Thu, 23 Nov 2023 19:09:42 +0000 Subject: [PATCH] updated version info --- EVEData/EveAppConfig.cs | 2 +- SMT/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EVEData/EveAppConfig.cs b/EVEData/EveAppConfig.cs index 88759f5c..a3172306 100644 --- a/EVEData/EveAppConfig.cs +++ b/EVEData/EveAppConfig.cs @@ -28,7 +28,7 @@ public class EveAppConfig /// /// SMT Version /// - public const string SMT_VERSION = "SMT_126"; + public const string SMT_VERSION = "SMT_127"; /// /// Folder to store all of the data from diff --git a/SMT/Properties/AssemblyInfo.cs b/SMT/Properties/AssemblyInfo.cs index 88492f9d..bef54d65 100644 --- a/SMT/Properties/AssemblyInfo.cs +++ b/SMT/Properties/AssemblyInfo.cs @@ -46,5 +46,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.27.0.0")] +[assembly: AssemblyFileVersion("1.27.0.0")] \ No newline at end of file