Add G4WJS and K9AN to title and authorship credits.

This commit is contained in:
Joe Taylor
2020-05-06 09:38:09 -04:00
parent 8f6663b0d7
commit c5d14da4a1
3 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -84,5 +84,5 @@ QString version (bool include_patch)
QString program_title (QString const& revision)
{
QString id {QCoreApplication::applicationName () + " v" + QCoreApplication::applicationVersion ()};
return id + " " + revision + " by K1JT";
return id + " " + revision + " by K1JT, G4WJS, and K9AN";
}