This commit is contained in:
2019-02-14 00:28:24 +00:00
parent 9aa8bb2643
commit 6fa7e395c7
2 changed files with 2 additions and 2 deletions

View File

@@ -32,4 +32,4 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("7.5.0.0")] [assembly: AssemblyVersion("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.0.0")] [assembly: AssemblyFileVersion("7.5.1.0")]

View File

@@ -31,7 +31,7 @@ namespace AyaNovaMBI
s.Append("<div><span class=\"tinytext\">"); s.Append("<div><span class=\"tinytext\">");
s.Append("Licensed to: " + HttpUtility.HtmlEncode(AyaBizUtils.REGTO));//case 1171 s.Append("Licensed to: " + HttpUtility.HtmlEncode(AyaBizUtils.REGTO));//case 1171
s.Append("<br/>"); s.Append("<br/>");
s.Append("AyaNova&#174; MBI Service management software 7.5 ");//(patch 3) s.Append("AyaNova&#174; MBI Service management software 7.5 (patch 1) ");//(patch 3)
s.Append("<br/>"); s.Append("<br/>");
s.Append("&#169; 1999-2019 Ground Zero Tech-Works Inc. All rights reserved."); s.Append("&#169; 1999-2019 Ground Zero Tech-Works Inc. All rights reserved.");
s.Append("</span></div>"); s.Append("</span></div>");