Skip to content

Commit

Permalink
version number correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jontio committed Dec 4, 2015
1 parent ccbe7a5 commit 9ac32a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JAERO/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void MainWindow::AboutSlot()
{
QMessageBox::about(this,"JAERO",""
"<H1>An Aero demodulator and decoder</H1>"
"<H3>v1.0.0</H3>"
"<H3>v1.0.1</H3>"
"<p>This is a program to demodulate and decode Aero signals. These signals contain SatCom ACARS (<em>Satelitle Comunication Aircraft Communications Addressing and Reporting System</em>) messages as used by planes beyond VHF ACARS range. This protocol is used by Inmarsat's \"Classic Aero\" system and can be received using low gain L band antennas.</p>"
"<p>For more information about this application see <a href=\"http://jontio.zapto.org/hda1/jaero.html\">http://jontio.zapto.org/hda1/jaero.html</a>.</p>"
"<p>Jonti 2015</p>" );
Expand Down

0 comments on commit 9ac32a0

Please sign in to comment.