Skip to content

Commit

Permalink
wrong version displayed on -v fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jontio authored Aug 6, 2021
1 parent e19deaf commit 4ef215e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JAERO/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);

QApplication::setApplicationName("JAERO");
QApplication::setApplicationVersion("1.0.4.4");
QApplication::setApplicationVersion(QString(JAERO_VERSION));

QCommandLineParser cmdparser;
cmdparser.setApplicationDescription("Demodulate and decode Satcom ACARS");
Expand Down

0 comments on commit 4ef215e

Please sign in to comment.