copyright says 2020 all over the place not 2022!?!
This commit is contained in:
@@ -684,7 +684,7 @@ namespace AyaNova.PlugIn.QBOI
|
||||
System.Diagnostics.FileVersionInfo fileVersion = System.Diagnostics.FileVersionInfo.GetVersionInfo(a.Location);
|
||||
if (fileVersion.FileBuildPart > 0)
|
||||
sVersion += " (Patch " + fileVersion.FileBuildPart.ToString() + ")\r\n";
|
||||
sVersion += "Copyright 2017-2020 Ground Zero Tech-Works Inc.\r\n\r\n" +
|
||||
sVersion += "Copyright 2017-2022 Ground Zero Tech-Works Inc.\r\n\r\n" +
|
||||
"(QBO Edition: "+Util.QOfferingSku+")";
|
||||
MessageBox.Show(sVersion, "About");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user