Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cvermot committed Jan 25, 2024
1 parent 3e764c3 commit 6c1c971
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.10");
QApplication::setApplicationVersion("2.0");
QApplication::setWindowIcon(QIcon("./ressources/shield-airplane.svg"));
mainTabWidget = new QTabWidget(this);
setCentralWidget(mainTabWidget);
Expand Down

0 comments on commit 6c1c971

Please sign in to comment.