Skip to content

Commit

Permalink
Version 1.9
Browse files Browse the repository at this point in the history
Passager en v1.9
  • Loading branch information
cvermot committed Jan 21, 2024
1 parent b5ea67e commit da6a356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AeroDms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
AeroDms::AeroDms(QWidget* parent):QMainWindow(parent)
{
QApplication::setApplicationName("AeroDms");
QApplication::setApplicationVersion("1.8.1");
QApplication::setApplicationVersion("1.9");
QApplication::setWindowIcon(QIcon("./ressources/shield-airplane.svg"));
mainTabWidget = new QTabWidget(this);
setCentralWidget(mainTabWidget);
Expand Down

0 comments on commit da6a356

Please sign in to comment.