Skip to content

Commit

Permalink
Bump to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanruys committed Jul 15, 2023
1 parent c061a2f commit d9cca9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ The Open Source program **EUMETCastView** allows you to view
- VIIRS images from SUOMI-NPP and NOAA-20.
- OLCI EFR/ERR and SLSTR from Sentinel-3A
- HRIT/LRIT images from Meteosat-11, Meteosat-10, Meteosat-8, Electro L3, FengYun 2H/2G, GOES-16, GOES-17, GOES-18 and Himawari-8.
- and MERSI from FY-3D
- MERSI images from FY-3D
- FCI images from MTG-I1

More details are found on http://hvanruys.github.io

Expand Down
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.5.7"
#define APPVERSION "2.0.0"


using namespace std;
Expand Down
1 change: 1 addition & 0 deletions core/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ void MainWindow::on_actionAbout_triggered()
"<br>MERSI from FengYun 3D"
"<br><br><b>Geostationary satellites :</b>"
"<br>XRIT from Meteosat-11, Meteosat-10, Meteosat-8"
"<br>FCI from MTG-I1"
"<br>Electro L3, FengYun 2H, FengYun 2G"
"<br>GOES-16, GOES-17 and Himawari-8"
"<ul>"
Expand Down

0 comments on commit d9cca9c

Please sign in to comment.