Case 3669

This commit is contained in:
2019-02-13 23:18:06 +00:00
parent 46a3c83ae0
commit 6572dd0301
3 changed files with 9 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ namespace AyaNova.PlugIn.QBOI
public string PluginVersion
{
get { return "7.5 (patch 4)"; }//if patch then 7.3 (patch 1) etc
get { return "7.5 (patch 5)"; }//if patch then 7.3 (patch 1) etc
}
public string About
@@ -69,7 +69,7 @@ namespace AyaNova.PlugIn.QBOI
return
"AyaNova QBOI plugin\r\n" +
"Built " + AyaNova.PlugIn.QBOI.Timestamp.BuildAt.ToString() + "\r\n" +
"Copyright 2017-2018 Ground Zero Tech-Works Inc.";
"Copyright 2017-2019 Ground Zero Tech-Works Inc.";
}
}