From 9ac32a06255e45e2d04f0ff9c2a5e6f11c5b2c90 Mon Sep 17 00:00:00 2001 From: jontio Date: Fri, 4 Dec 2015 19:12:37 +1300 Subject: [PATCH] version number correction --- JAERO/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JAERO/mainwindow.cpp b/JAERO/mainwindow.cpp index 2974697..e565a56 100644 --- a/JAERO/mainwindow.cpp +++ b/JAERO/mainwindow.cpp @@ -211,7 +211,7 @@ void MainWindow::AboutSlot() { QMessageBox::about(this,"JAERO","" "

An Aero demodulator and decoder

" - "

v1.0.0

" + "

v1.0.1

" "

This is a program to demodulate and decode Aero signals. These signals contain SatCom ACARS (Satelitle Comunication Aircraft Communications Addressing and Reporting System) 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.

" "

For more information about this application see http://jontio.zapto.org/hda1/jaero.html.

" "

Jonti 2015

" );