From 6fa7e395c74624b5e0d1d22f77364236b135d0db Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 14 Feb 2019 00:28:24 +0000 Subject: [PATCH] 3680 --- source/MBI/Properties/AssemblyInfo.cs | 2 +- source/MBI/default.aspx.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/MBI/Properties/AssemblyInfo.cs b/source/MBI/Properties/AssemblyInfo.cs index 7b52e58..5c08671 100644 --- a/source/MBI/Properties/AssemblyInfo.cs +++ b/source/MBI/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("7.5.0.0")] -[assembly: AssemblyFileVersion("7.5.0.0")] +[assembly: AssemblyFileVersion("7.5.1.0")] diff --git a/source/MBI/default.aspx.cs b/source/MBI/default.aspx.cs index f961630..92131e0 100644 --- a/source/MBI/default.aspx.cs +++ b/source/MBI/default.aspx.cs @@ -31,7 +31,7 @@ namespace AyaNovaMBI s.Append("
"); s.Append("Licensed to: " + HttpUtility.HtmlEncode(AyaBizUtils.REGTO));//case 1171 s.Append("
"); - s.Append("AyaNova® MBI Service management software 7.5 ");//(patch 3) + s.Append("AyaNova® MBI Service management software 7.5 (patch 1) ");//(patch 3) s.Append("
"); s.Append("© 1999-2019 Ground Zero Tech-Works Inc. All rights reserved."); s.Append("
");