Bump version number for prep for new release, everything is 7.6 now with no patch
This commit is contained in:
@@ -31,5 +31,5 @@ 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.1.0")]
|
||||
[assembly: AssemblyVersion("7.6.0.0")]
|
||||
[assembly: AssemblyFileVersion("7.6.0.0")]
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace AyaNovaMBI
|
||||
s.Append("<div><span class=\"tinytext\">");
|
||||
s.Append("Licensed to: " + HttpUtility.HtmlEncode(AyaBizUtils.REGTO));//case 1171
|
||||
s.Append("<br/>");
|
||||
s.Append("AyaNova® MBI Service management software 7.5 (patch 1) ");//(patch XXX)
|
||||
s.Append("AyaNova® MBI Service management software 7.6");//(patch XXX)
|
||||
s.Append("<br/>");
|
||||
s.Append("© 1999-2019 Ground Zero Tech-Works Inc. All rights reserved.");
|
||||
s.Append("</span></div>");
|
||||
|
||||
Reference in New Issue
Block a user