Skip to content

Commit

Permalink
1.2.8 --> 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanruys committed Dec 30, 2017
1 parent 983421f commit 4be4bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <QMutex>

#define APPVERSION "1.2.8"
#define APPVERSION "1.2.9"
using namespace std;

QMutex g_mutex;
Expand Down
3 changes: 1 addition & 2 deletions core/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,7 @@ void MainWindow::on_actionAbout_triggered()
"<br><br><b>Geostationary satellites :</b>"
"<br>XRIT from Meteosat-10, Meteosat-9, Meteosat-8"
"<br>Electro L2, FengYun 2E, FengYun 2G"
"<br>GOES-13, GOES-16"
"<br>and Himawari-8"
"<br>GOES-15, GOES-16 and Himawari-8"
"<ul>"
"<li>Made by Hugo Van Ruyskensvelde.</li>"
"</HTML>";
Expand Down

0 comments on commit 4be4bcc

Please sign in to comment.